mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
b486fcc689
* Rename cryptoservice to keyservice * Rename cryptoservice to keyservice * Move key service to key management ownership * Remove accidentally added file * Fix cli build * Fix browser build * Run prettier * Fix builds * Fix cli build * Fix tests * Fix incorrect renames * Rename webauthn-login-crypto-service * Fix build errors due to merge conflicts * Fix linting
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"extends": "../shared/tsconfig.libs",
|
|
"include": [
|
|
"src",
|
|
"spec",
|
|
"./custom-matchers.d.ts",
|
|
"../key-management/src/key.service.spec.ts",
|
|
"../key-management/src/key.service.ts",
|
|
"../key-management/src/abstractions/key.service.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|