mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
86d6be3187
* Create the send-ui library package Create folder Create package.json Create jest config Create tsconfig and tsconfig.spec.json Create README Add empty barrel file for exporting future members * Register @bitwarden/send-ui with all clients and libs * Register with eslint * Fix linting issue with README --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"extends": "../../libs/shared/tsconfig.libs",
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@bitwarden/admin-console": ["../../libs/admin-console/src"],
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
|
"@bitwarden/auth": ["../../libs/auth/src"],
|
|
"@bitwarden/billing": ["../../libs/billing/src"],
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
"@bitwarden/components": ["../../libs/components/src"],
|
|
"@bitwarden/vault-export-core": [
|
|
"../../libs/tools/export/vault-export/vault-export-core/src"
|
|
],
|
|
"@bitwarden/vault-export-ui": ["../../libs/tools/export/vault-export/vault-export-core/src"],
|
|
"@bitwarden/send-ui": ["../../libs/tools/send/send-ui/src"],
|
|
"@bitwarden/platform": ["../../libs/platform/src"],
|
|
"@bitwarden/vault": ["../../libs/vault/src"],
|
|
"@bitwarden/web-vault/*": ["../../apps/web/src/*"],
|
|
"@bitwarden/bit-common/*": ["../bit-common/src/*"]
|
|
}
|
|
}
|
|
}
|