mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
b73d73b508
* add admin-console lib files * add billing lib files * add platform lib files * update lib references in config files * update package-lock
20 lines
697 B
JSON
20 lines
697 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console": ["../admin-console/src"],
|
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
|
"@bitwarden/auth": ["../auth/src"],
|
|
"@bitwarden/billing": ["../billing/src"],
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/components": ["../components/src"],
|
|
"@bitwarden/exporter/*": ["../exporter/src/*"],
|
|
"@bitwarden/importer/core": ["../importer/src"],
|
|
"@bitwarden/importer/ui": ["../importer/src/components"],
|
|
"@bitwarden/platform": ["../platform/src"],
|
|
"@bitwarden/node/*": ["../node/src/*"],
|
|
"@bitwarden/vault": ["../vault/src"]
|
|
}
|
|
}
|
|
}
|