mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-23 07:37:26 +01:00
Fixed typescript exception about missing js-cookie library.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user