mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-21 02:11:54 +01:00
* Move encrypt service to km ownership * Update imports for encrypt service abstraction and move bulk encrypt service abstraction * Fix imports * Fix further imports * Fix imports * Fix worker import
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"files": [
|
|
"../../apps/web/src/polyfills.ts",
|
|
"../../apps/web/src/main.ts",
|
|
"../../apps/web/src/theme.ts",
|
|
|
|
"../../bitwarden_license/bit-web/src/main.ts"
|
|
],
|
|
"include": [
|
|
"../../apps/web/src/connectors/*.ts",
|
|
"../../libs/common/src/key-management/crypto/services/encrypt.worker.ts"
|
|
]
|
|
}
|