mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
9 lines
223 B
JSON
9 lines
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
|
|
"include": [
|
|
"src/connectors/*.ts",
|
|
"../../libs/common/src/key-management/crypto/services/encrypt.worker.ts"
|
|
]
|
|
}
|