1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

create team owned libs for billing, admin-console, platform (#7233)

* add admin-console lib files

* add billing lib files

* add platform lib files

* update lib references in config files

* update package-lock
This commit is contained in:
Will Martin
2023-12-15 09:02:21 -05:00
committed by GitHub
parent 4644392d5c
commit b73d73b508
34 changed files with 306 additions and 0 deletions

View File

@@ -2,13 +2,16 @@
"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"]
}