fix: reenable some compilerOptions
This commit is contained in:
parent
58358481bc
commit
8f82dd2783
@ -6,12 +6,12 @@
|
|||||||
"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…
x
Reference in New Issue
Block a user