You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start compiler in watch mode, i.e. node built/local/tsc.js --watch app.ts
save the file
Expected: no errors, output file is written Actual: error error TS5033: Could not write file 'app.js': ENOENT: no such file or directory, mkdir '' occured
`
The text was updated successfully, but these errors were encountered:
app.ts
node built/local/tsc.js --watch app.ts
Expected: no errors, output file is written
Actual: error
error TS5033: Could not write file 'app.js': ENOENT: no such file or directory, mkdir ''
occured`
The text was updated successfully, but these errors were encountered: