diff --git a/tsconfig.app.json b/tsconfig.app.json index 28b6e4ce0d..5205363de8 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -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/*"] }