mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
fix node refs in tsconfig
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"jslib/*": [ "jslib/src/*" ],
|
||||
"@angular/*": [ "node_modules/@angular/*" ],
|
||||
"angular2-toaster": [ "node_modules/angular2-toaster" ],
|
||||
"angulartics2": [ "node_modules/angulartics2" ]
|
||||
"angulartics2": [ "node_modules/angulartics2" ],
|
||||
"node": [ "node_modules/@types/node" ],
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user