mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"include": ["src/app/main.ts", "src/global.d.ts"]
|
|
// "exclude": ["src/entry.ts", "src/main.ts", "src/main", "src/proxy", "src/**/*.spec.ts"]
|
|
}
|