`declare module` doesn’t work
I was trying to declare a module like so:
But this simply doesn’t have any effect whatsoever.
I also tried this:
None of this worked. I don’t know if .d.ts file are simply ignored by Deno or if this is a bug, or I have done something wrong.
This is the GitHub Issue: https://github.com/denoland/deno/issues/23007
I appreciate any help
Thanks
But this simply doesn’t have any effect whatsoever.
I also tried this:
None of this worked. I don’t know if .d.ts file are simply ignored by Deno or if this is a bug, or I have done something wrong.
This is the GitHub Issue: https://github.com/denoland/deno/issues/23007
I appreciate any help
GitHub
Hey, I currently have a problem when importing non js/ts files inside a js/ts file. deno-ts shows an error with non-resolvable imports for non-js/ts files. For example i have this index.ts files, s...
