I was having a problem with tsc command. Then I saw here 'tsc command not found' in compiling typescript that I could use npx tsc app.ts
and it worked. Could anyone explain to me why just tsc app.ts
didn't work ? The error message was 'tsc command not found' and my TypeScript version is 3.8.3
Thanks !!