**TypeScript Version:** 3.4.0-dev.20190330 **Search Terms:** incremental, noEmit, no emit, tsbuildinfo **Code:** https://github.com/vkrol/typescript-incremental-no-emit ```json { "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.