I am trying to compile a .ts to .js
I have tsconfig.json as below
tsconfig.json
{ \"compilerOptions\": { \"target\": \"es5\", \"module\": \"co
No need to uninstall tsc, just use npm install typescript at the project root level
npm install typescript