1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

remove strict templates from lower tsconfigs

This commit is contained in:
William Martin
2025-07-30 21:31:06 -04:00
parent c8fab667fc
commit cff9a5031c
2 changed files with 0 additions and 6 deletions

View File

@@ -1,8 +1,5 @@
{
"extends": "../../tsconfig.base",
"angularCompilerOptions": {
"strictTemplates": true
},
"include": ["src"],
"exclude": ["src/**/*.spec.ts"]
}

View File

@@ -1,8 +1,5 @@
{
"extends": "../../tsconfig.base",
"angularCompilerOptions": {
"strictTemplates": true
},
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
"include": ["src/connectors/*.ts", "src/**/*.stories.ts", "src/**/*.spec.ts"]
}