mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
fix: reenable some compilerOptions
This commit is contained in:
committed by
Gitea
parent
58358481bc
commit
8f82dd2783
@@ -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/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user