I am trying to compile a .ts to .js
I have tsconfig.json as below
tsconfig.json
{ \"compilerOptions\": { \"target\": \"es5\", \"module\": \"co
I would like to put in that you also see this error when you forgot to add 'typescript' as a dependency.
npm install typescript
should fix that.
Note that this dependency is present in the package.json in the question.