mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"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",
|
|
"../../libs/common/src/key-management/crypto/services/encrypt.worker.ts"
|
|
]
|
|
}
|