diff --git a/tsconfig.base.json b/tsconfig.base.json index cf9deb8..b616bc2 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -14,9 +14,5 @@ "lib": ["esnext", "dom"], "resolveJsonModule": true, "allowSyntheticDefaultImports": true - }, - "angularCompilerOptions": { - "fullTemplateTypeCheck": true, - "strictInjectionParameters": true } }