1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 11:39:42 +01:00

15 lines
428 B
JSON
Raw Normal View History

2022-06-14 17:10:53 +02:00
{
"extends": "./tsconfig",
"compilerOptions": {
"paths": {
"@bitwarden/angular/*": ["../angular/src/*"],
"@bitwarden/auth": ["../auth/src/*"],
"@bitwarden/common/*": ["../common/src/*"],
"@bitwarden/components": ["../components/src"],
"@bitwarden/exporter/*": ["../exporter/src/*"],
"@bitwarden/importer": ["../importer/src"],
"@bitwarden/node/*": ["../node/src/*"]
2022-06-14 17:10:53 +02:00
}
}
}