mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
19 lines
832 B
JSON
19 lines
832 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../admin-console/src/common"],
|
|
"@bitwarden/auth/common": ["../auth/src/common"],
|
|
"@bitwarden/auth-types": ["../auth-types/src"]
|
|
// TODO: Remove once circular dependencies in admin-console, auth and key-management are resolved
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/key-management": ["../key-management/src"],
|
|
"@bitwarden/vault-export-core": ["../tools/export/vault-export/vault-export-core/src"]
|
|
"@bitwarden/i18n-abstractions": ["../i18n-abstractions/src"]
|
|
"@bitwarden/string-utils": ["../string-utils/src"]
|
|
}
|
|
},
|
|
"include": ["src", "spec", "./custom-matchers.d.ts", "../key-management/src/index.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|