1
0
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:
Kyle Spearrin
2018-09-11 22:41:43 -04:00
parent 7ab56a9616
commit 18b800ff7a
4 changed files with 36 additions and 23 deletions

View File

@@ -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": [