typescript-go
typescript-go copied to clipboard
Missing error trying to invoke `--incremental` without a tsconfig.json
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>