fix: reenable some compilerOptions
This commit is contained in:
parent
58358481bc
commit
8f82dd2783
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@
|
||||||
"composite": true,
|
"composite": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
|
|
||||||
// "importHelpers": true,
|
"importHelpers": true,
|
||||||
|
"sourceMap": true,
|
||||||
|
"strictNullChecks": true,
|
||||||
// "allowJs": true,
|
// "allowJs": true,
|
||||||
// "allowSyntheticDefaultImports": true,
|
// "allowSyntheticDefaultImports": true,
|
||||||
// "sourceMap": true,
|
|
||||||
// "strictNullChecks": true,
|
|
||||||
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
|
|
Loading…
Reference in a new issue