Merge pull request #230 from kirklin/fix_tsconfig
fix(projects): tsconfig missing isolatedModules
This commit is contained in:
commit
15da557892
@ -9,6 +9,7 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"jsx": "preserve",
|
||||
"moduleResolution": "node",
|
||||
"isolatedModules": true,
|
||||
"resolveJsonModule": true,
|
||||
"noUnusedLocals": true,
|
||||
"strictNullChecks": true,
|
||||
|
Loading…
Reference in New Issue
Block a user