Source files with only type declarations don't get declarations generated #106
Labels
kind: bug
Something isn't working properly
solution: duplicate
This issue or pull request already exists
solution: workaround available
There is a workaround available for this issue
topic: type-only / emit-less imports
Related to importing type-only files that will not be emitted
What happens and why it is wrong
When building a project with files that only have type declarations, the declarations don't get generated for those files. Using
tsc
generated the declarations and declaration maps as expected.Versions
rollup.config.js
tsconfig.json
package.json
plugin output with verbosity 3
Log
The text was updated successfully, but these errors were encountered: