mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +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>
24 lines
989 B
JSON
24 lines
989 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@bitwarden/admin-console": ["../admin-console/src"],
|
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
|
"@bitwarden/auth/common": ["../auth/src/common"],
|
|
"@bitwarden/auth/angular": ["../auth/src/angular"],
|
|
"@bitwarden/billing": ["../billing/src"],
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/components": ["../components/src"],
|
|
"@bitwarden/vault-export-core": ["../tools/export/vault-export/vault-export-core/src"],
|
|
"@bitwarden/vault-export-ui": ["../tools/export/vault-export/vault-export-ui/src"],
|
|
"@bitwarden/importer/core": ["../importer/src"],
|
|
"@bitwarden/importer/ui": ["../importer/src/components"],
|
|
"@bitwarden/platform": ["../platform/src"],
|
|
"@bitwarden/send-ui": ["../tools/send/send-ui/src"],
|
|
"@bitwarden/node/*": ["../node/src/*"],
|
|
"@bitwarden/vault": ["../vault/src"]
|
|
}
|
|
}
|
|
}
|