TypeScript/tests/baselines/reference/incrementalInvalid.errors.txt

8 lines
400 B
Plaintext

error TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified.
!!! error TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified.
==== tests/cases/compiler/incrementalInvalid.ts (0 errors) ====
const x = 10;