Skip to content

.tsbuildinfo file should be created when the noEmit flag is enabled #30661

Closed
@vkrol

Description

@vkrol

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions