mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 16:43:27 +00:00
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"include": ["src/app/main.ts", "src/global.d.ts"]
|
|
}
|