We would like to enable the isolatedDeclarations flag on the TypeScript codebase. One reason for this is simple dog-fooding (i.e. making sure we understand what users are experiencing). Another is to enable faster builds, whether that be through parallelized declaration emit, or through handing declaration emit off to a faster build tool.
First thing's first though - enable the flag, see what this feels like, and understand the pain points.
We would like to enable the
isolatedDeclarationsflag on the TypeScript codebase. One reason for this is simple dog-fooding (i.e. making sure we understand what users are experiencing). Another is to enable faster builds, whether that be through parallelized declaration emit, or through handing declaration emit off to a faster build tool.First thing's first though - enable the flag, see what this feels like, and understand the pain points.