mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-11 00:31:45 +01:00
14 lines
397 B
JSON
14 lines
397 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../admin-console/src/common"],
|
|
"@bitwarden/auth/common": ["../auth/src/common"],
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/key-management": ["../key-management/src"]
|
|
}
|
|
},
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|