Closed
Description
TypeScript Version: 3.4.0-dev.20190330
Search Terms: incremental, noEmit, no emit, tsbuildinfo
Code:
https://github.com/vkrol/typescript-incremental-no-emit
{
"compilerOptions": {
"outDir": "./dist",
"incremental": true,
"noEmit": true
}
}
Expected behavior:
.tsbuildinfo
file should be created when the noEmit
flag is enabled.
Actual behavior:
.tsbuildinfo
file is not created when the noEmit
flag is enabled.