summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 19:23:17 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-11-27 19:23:17 -0500
commitd5b1217df3fe7480fc5f58fe194f5bbf73281094 (patch)
treedc24325097acb461b24415e87666da96f7912aae /jsconfig.json
parentb9310603865292749d7303f41b7c2d6b6f286078 (diff)
Use import map
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",