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