Skip to content
Snippets Groups Projects
Commit ac45477b authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Merge branch 'enable-absolute-imports' into 'master'

Enable absolute imports

See merge request !48
parents 5c8f4334 2ff33e8b
No related branches found
No related tags found
1 merge request!48Enable absolute imports
Pipeline #92493 passed
......@@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"baseUrl": "src"
},
"include": ["src"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment