mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 11:13:44 +00:00
17 lines
665 B
JSON
17 lines
665 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../admin-console/src/common"],
|
|
"@bitwarden/auth/common": ["../auth/src/common"],
|
|
// TODO: Remove once circular dependencies in admin-console, auth and key-management are resolved
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/components": ["../components/src"],
|
|
"@bitwarden/key-management": ["../key-management/src"],
|
|
"@bitwarden/platform": ["../platform/src"]
|
|
}
|
|
},
|
|
"include": ["src", "spec", "./custom-matchers.d.ts", "../key-management/src/index.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|