fix: reenable some compilerOptions
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Dominik Pschenitschni 2022-04-23 13:15:19 +02:00
parent 4687f1edfe
commit f735a58c51
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 4 additions and 4 deletions

View File

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