Browse Source
* Fix trial-initation test Co-authored-by: Michał Chęciński <michal.checinski@outlook.com>pull/3378/head
3 changed files with 17 additions and 2 deletions
@ -1,3 +1,10 @@
@@ -1,3 +1,10 @@
|
||||
{ |
||||
"extends": "../../apps/web/tsconfig" |
||||
"extends": "../../apps/web/tsconfig", |
||||
"compilerOptions": { |
||||
"paths": { |
||||
"@bitwarden/common/*": ["../../libs/common/src/*"], |
||||
"@bitwarden/angular/*": ["../../libs/angular/src/*"], |
||||
"@bitwarden/components": ["../../libs/components/src"] |
||||
} |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue