summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json
index ace0c2aa..4f316174 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -12,6 +12,7 @@
"skipLibCheck": false,
"baseUrl": ".",
"paths": {
+ "zip.js": ["@zip.js/zip.js"],
"*": ["./types/ext/*"]
},
"types": [
@@ -29,7 +30,7 @@
"include": [
"ext/**/*.js",
"types/ext/**/*.ts",
- "types/other/web-set-timeout.d.ts"
+ "types/other/globals.d.ts"
],
"exclude": [
"node_modules",