Why --emitDeclarationOnly
in TypeScript plugin?
#684
-
I like Why does it deviate from the non-project-references branch, which uses In general, why are these options forced at all? At first glance, it doesn't seem dangerous to emit, if desired, and if not, it's as easy as putting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
project references require declarations to benefit from using the references/ts cache, but the declaration does nothing in the other branch.
Emit is unnecessary when using source dependencies
Related discussion: #666 |
Beta Was this translation helpful? Give feedback.
project references require declarations to benefit from using the references/ts cache, but the declaration does nothing in the other branch.
Emit is unnecessary when using source dependencies
Related discussion: #666