konpikwastaken / broken-example-ts-loader-tsc

Broken example of ts-loader@6.0.0 & typescript@3.5.0-dev.20190517

Home Page:https://github.com/microsoft/TypeScript/issues/31447

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repro steps

  • yarn
  • yarn dev

Observe error similar to the following emitted:

[tsl] ERROR
      TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option `--tsBuildInfoFile` is specified.

Does not repro with typescript 3.4.5

About

Broken example of ts-loader@6.0.0 & typescript@3.5.0-dev.20190517

https://github.com/microsoft/TypeScript/issues/31447


Languages

Language:JavaScript 69.6%Language:TypeScript 17.5%Language:HTML 12.8%