How to add types file for javascript lib #14902
Answered
by
nayeemrmn
SettingDust
asked this question in
Q&A
-
Context: gildas-lormeau/zip.js#335 |
Beta Was this translation helpful? Give feedback.
Answered by
nayeemrmn
Jun 18, 2022
Replies: 1 comment
-
As you mentioned in gildas-lormeau/zip.js#335 (comment), adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SettingDust
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you mentioned in gildas-lormeau/zip.js#335 (comment), adding
/// <reference types="./index.d.ts" />
to the top ofindex.js
fixes typing on Deno, you should go ahead and contribute that change. Beyond that is a problem with the webstorm extension.