1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 18:43:26 +00:00

[CL-23] Forms (#786)

This commit is contained in:
Oscar Hinton
2022-06-02 09:34:13 +02:00
committed by GitHub
parent 911cf794f4
commit 78d2f957d5
17 changed files with 639 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
"module": "es2020",
"lib": ["es2020", "dom"],
"paths": {
"jslib-common/*": ["../common/src/*"]
"jslib-common/*": ["../common/src/*"],
"jslib-angular/*": ["../angular/src/*"]
}
},
"angularCompilerOptions": {