1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00
Files
browser/apps/desktop/tsconfig.renderer.json
2026-01-14 17:54:24 -06:00

8 lines
146 B
JSON

{
"extends": "./tsconfig",
"angularCompilerOptions": {
"strictTemplates": true
},
"include": ["src/app/main.ts", "src/global.d.ts"]
}