diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 16:09:55 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 16:09:55 -0500 |
commit | d897c3b069f80fd170b7f1d0c0362fec4037d714 (patch) | |
tree | 76448c197b510c394463d3ba6b0eb31b01bcd7f0 /jsconfig.json | |
parent | ac562ca36417f2d9fdb860d1f8a879fdccde438d (diff) |
Update dictionary importer
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jsconfig.json b/jsconfig.json index 7d23472f..ace0c2aa 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -20,7 +20,10 @@ "handlebars", "jszip", "parse5", - "wanakana" + "wanakana", + "zip.js", + "dexie", + "ajv" ] }, "include": [ |