mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
a4fcd62c99
* remove libs/angular dialog service; move simple dialog types to CL * update DialogServiceAbstraction imports to CL * update imports in libs/angular to use CL * colocate simple dialog types * move SimpleConfigurableDialog files under SimpleDialog * remove CL import alias from CL src * update imports * run prettier * convert SimpleDialog enums to types * replace DialogServiceAbstraction with DialogService * restrict libs/angular imports in CL * add deprecation note to ModalService * Delete BrowserDialogService * Remove ElectronDialogService * update browser and desktop services.module * remove os.EOL in simple dialog * change SimpleDialogCloseType to boolean * remove close type
15 lines
428 B
JSON
15 lines
428 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/angular/*": ["../angular/src/*"],
|
|
"@bitwarden/auth": ["../auth/src/*"],
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/components": ["../components/src"],
|
|
"@bitwarden/exporter/*": ["../exporter/src/*"],
|
|
"@bitwarden/importer": ["../importer/src"],
|
|
"@bitwarden/node/*": ["../node/src/*"]
|
|
}
|
|
}
|
|
}
|