mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 12:40:26 +00:00
8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"include": ["src", "../../libs/common/src/key-management/crypto/services/encrypt.worker.ts"]
|
|
}
|