mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* Add new encrypt service functions * Undo changes * Cleanup * Fix build * Fix comments * Switch encrypt service to use SDK functions * Move remaining functions to PureCrypto * Tests * Increase test coverage * Enforce sdk.ready and drop unused codepaths * Delete unused code * Delete unused code * Delete more code * Add forgotten sdk init logic * Fix build * Fix cli * Fix tests * Fix build * Fix browser build * Remove compare and add more comments / warnings * Run prettier * Remove unused feature flags * Add hazmat warning to aesDecrypt * Fix build * Fix comment * Fix test
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"extends": "../../apps/web/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",
|
|
"../../apps/web/src/**/*.stories.ts",
|
|
"../../apps/web/src/**/*.spec.ts",
|
|
"src/**/*.stories.ts",
|
|
"src/**/*.spec.ts"
|
|
]
|
|
}
|