From e4f5afb6286b2850f1a5eced93e2d52fd6e0e48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 20 Sep 2019 16:24:49 +0200 Subject: [PATCH] Fixed typescript exception about missing js-cookie library. --- assets/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tsconfig.json b/assets/tsconfig.json index 94e01953..75fb90fd 100644 --- a/assets/tsconfig.json +++ b/assets/tsconfig.json @@ -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"