You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing jq-web in a TypeScript project I get this error, which I then have to ignore:
Could not find a declaration file for module 'jq-web'. ./node_modules/jq-web/jq.asm.bundle.min.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/jq-web` if it exists or add a new declaration (.d.ts) file containing `declare module 'jq-web';`ts(7016)
Is it possible to add some basic types to this package?
The text was updated successfully, but these errors were encountered:
When importing
jq-web
in a TypeScript project I get this error, which I then have to ignore:Is it possible to add some basic types to this package?
The text was updated successfully, but these errors were encountered: