1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

[SM-254] Rename web vault imports from src to web-vault (#3626)

This commit is contained in:
Oscar Hinton
2022-09-29 14:56:52 +02:00
committed by GitHub
parent b91e2919b6
commit c7f85504c5
20 changed files with 31 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
"no-restricted-imports": [
"error",
{
"patterns": ["**/app/core/*", "**/reports/*", "**/app/shared/*"]
"patterns": ["**/app/core/*", "**/reports/*", "**/app/shared/*", "@bitwarden/web-vault/*"]
}
]
}

View File

@@ -6,7 +6,7 @@
"resolveJsonModule": true,
"paths": {
"tldjs": ["../../libs/common/src/misc/tldjs.noop"],
"src/*": ["src/*"],
"@bitwarden/web-vault/*": ["src/*"],
"@bitwarden/common/*": ["../../libs/common/src/*"],
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
"@bitwarden/components": ["../../libs/components/src"]