From 4e6cc260149339661254299a0b594857db5b3fce Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Mon, 20 Jun 2022 21:43:51 +0300 Subject: [PATCH] try fix v3 --- tsconfig.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 025e726..ce070a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,19 +5,13 @@ "declaration": true, "declarationMap": true, "inlineSources": true, - "strict": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "lib": [ - "dom", - "es2020" - ], + "lib": ["dom", "es2020"], "allowSyntheticDefaultImports": true }, - "include": [ - "**/*.ts" - ], + "include": ["**/*.ts"], "angularCompilerOptions": { "strictInjectionParameters": true, "strictInputAccessModifiers": true