diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 22:07:28 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 23:01:14 -0500 |
commit | 58ae2ab871591eea82895b1ab2a18753521eab1f (patch) | |
tree | a0a26dd8c80f52ca8a1532b3652384cafae33106 /dev/jsconfig.json | |
parent | 14d12f6ba20b837a04c638b935773f3120e194ff (diff) |
Revert "Use import map"
Diffstat (limited to 'dev/jsconfig.json')
-rw-r--r-- | dev/jsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/jsconfig.json b/dev/jsconfig.json index d4efe694..5b1c450c 100644 --- a/dev/jsconfig.json +++ b/dev/jsconfig.json @@ -12,7 +12,6 @@ "skipLibCheck": false, "baseUrl": ".", "paths": { - "zip.js": ["@zip.js/zip.js"], "anki-templates": ["../types/ext/anki-templates"], "anki-templates-internal": ["../types/ext/anki-templates-internal"], "cache-map": ["../types/ext/cache-map"], |