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