fix: reenable some compilerOptions

This commit is contained in:
Dominik Pschenitschni 2022-04-23 13:15:19 +02:00 committed by Gitea
parent 58358481bc
commit 8f82dd2783
1 changed files with 4 additions and 4 deletions

View File

@ -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/*"]
}