1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00
Files
browser/apps/desktop/tsconfig.renderer.json
2026-01-14 17:20:45 -06:00

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"]
}