Expected Behaviour
- Specify
incremental in tsconfig.json file
- Project is able to compile successfully with against [email protected]
Note that this issue is not present with [email protected]
Actual Behaviour
An error similar to the following one is received:
[tsl] ERROR
TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option `--tsBuildInfoFile` is specified
Per conversation with typescript team (microsoft/TypeScript/issues/31447), it appears that this is a change in typescript but a change in ts-loader will be required.
Current workaround is that users will also need to specify tsBuildInfo in their package.json (whereas they previously did not).
Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/konpikwastaken/broken-example-ts-loader-tsc
Expected Behaviour
incrementalin tsconfig.json fileNote that this issue is not present with [email protected]
Actual Behaviour
An error similar to the following one is received:
Per conversation with typescript team (microsoft/TypeScript/issues/31447), it appears that this is a change in typescript but a change in ts-loader will be required.
Current workaround is that users will also need to specify
tsBuildInfoin their package.json (whereas they previously did not).Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/konpikwastaken/broken-example-ts-loader-tsc