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