With --isolatedModules, --declaration emit is now allowed and builder handles it for incremental compilation#33380
Conversation
|
now we'll be able to use react in monorepos |
|
Will it make possible to use |
|
Ping for review |
|
@sheetalkamat since its merged into the master I guess it should be available in |
|
@pleerock Please open a issue with steps to reproduce the issue. I don't see the issue with typescript@next on simple project |
|
@sheetalkamat you should try it in a composite project. reproduction: https://github.com/pleerock/learn-a |
|
@pleerock Still no repro |
|
@sheetalkamat I apologize, my bad here. Thought I was using local version when running Everything is working on latest beta, thanks! |
Enables .d.ts emit with
--isolatedModulesBuilder handles the emit so that it can cache semantic diagnostics as well as do d.ts emit
Fixes #29490 and #32294