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
If possible can Deno.emit just include all typings from other files inside it's output, instead of importing them from other files. Currently, it adds imports using .ts and my theory is that these imports then somehow break the behavior in node.js or VSC making it so the library is not able to have proper typings available.
For example:
These imports should just write out the types directly in this file at the top instead of importing them.
The text was updated successfully, but these errors were encountered:
If possible can Deno.emit just include all typings from other files inside it's output, instead of importing them from other files. Currently, it adds imports using
.ts
and my theory is that these imports then somehow break the behavior in node.js or VSC making it so the library is not able to have proper typings available.For example:
These imports should just write out the types directly in this file at the top instead of importing them.
The text was updated successfully, but these errors were encountered: