Fixed typescript exception about missing js-cookie library.

This commit is contained in:
Jan Böhmer 2019-09-20 16:24:49 +02:00
parent 10ec2adc66
commit e4f5afb628

View file

@ -4,7 +4,7 @@
"target": "es5",
"sourceMap": true,
"typeRoots": ["../node_modules"],
"types": ["jquery", "js-cookie", "bootstrap", "jquery.form", "bootstrap-treeview", "bootbox"]
"types": ["jquery", "bootstrap", "jquery.form", "bootstrap-treeview", "bootbox"]
},
"exclude": [
"node_modules"