Skip to content

Missing support for typescript 4 incremental compilation? #1193

Closed
@clawoflight

Description

@clawoflight

Expected Behaviour

Incremental compilation / .tsbuildinfo work as expected.

Actual Behaviour

The setting does not seem to be used: no .tsbuildinfo exists after building.

Steps to Reproduce the Problem

tsconfig.json:

{
	"compilerOptions": {
		"incremental": true,
		"tsBuildInfoFile": "./dist/.tsbuildinfo"
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions