Can't import typescript module
Why can I only import the js file and not the ts file?
1 Reply
you can’t import a
d.ts file, that’s only type definitions
you can however use the js version and add @deno-types="…" above the import to have typescript support