From 8f82dd27835667654bdd869e4dbf0b070064948d Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sat, 23 Apr 2022 13:15:19 +0200 Subject: [PATCH] fix: reenable some compilerOptions --- tsconfig.app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/*"] }