typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

Missing error trying to invoke `--incremental` without a tsconfig.json

Open RyanCavanaugh opened this issue 1 month ago • 0 comments

Steps to reproduce

D:\Throwaway\corsarepro>tsc --incremental a.ts
error TS5074: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified.

Found 1 error.


D:\Throwaway\corsarepro>tsgo --incremental a.ts

D:\Throwaway\corsarepro>

RyanCavanaugh avatar Nov 13 '25 22:11 RyanCavanaugh