mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
11 lines
226 B
JSON
11 lines
226 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@bitwarden/common/*": ["../common/src/*"],
|
||
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
||
|
"@bitwarden/node/*": ["../node/src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|