We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.d.mts
These are experimental at the moment and without widespread support.
https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions
follow up on #26
The text was updated successfully, but these errors were encountered:
We have declaration: boolean option and #162 that generates .d.mts / .d.cts for .mts and .cts sources by default.
declaration: boolean
.d.cts
.mts
.cts
Does it makes sense that we introduce an option for default declaration ext (declarationExt) defaulting to .d.ts and being configurable?
declarationExt
.d.ts
Sorry, something went wrong.
No branches or pull requests
These are experimental at the moment and without widespread support.
https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions
follow up on #26
The text was updated successfully, but these errors were encountered: