mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"extends": "../../apps/web/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/web-vault/*": ["../../apps/web/src/*"],
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
|
"@bitwarden/components": ["../../libs/components/src"]
|
|
}
|
|
}
|
|
}
|