13 lines
330 B
JSON
13 lines
330 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
|
"@bitwarden/node/*": ["../node/src/*"],
|
|
"@bitwarden/importer": ["../importer/src"],
|
|
"@bitwarden/exporter/*": ["../exporter/src/*"]
|
|
}
|
|
}
|
|
}
|