microsoft/typescript-go

TS5074: Failed to update timestamp of file with --build

Closed this issue · 0 comments

Follow up from #1182, I've updated the repro

Using the above repo:

yarn run tsgo --build --clean
yarn run tsgo --build

gives:

message TS5074: Failed to update timestamp of file '`/path/to/repo/lib/foo.js'.

That file doesn't exist because the outDir is ./dist. /path/to/repo/lib/dist/foo.js does exist.