fix: reenable some compilerOptions
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Dominik Pschenitschni 2022-04-23 13:15:19 +02:00
parent 5fccb9f6cd
commit 44fa1e3697
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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/*"]
}