From some reason, I couldn’t configure ts compiler with tsc --init command and tsconfig.json file doesn’t show up.
If some one could help what I am doing wrong.
TypeScript version is very old.
Latest version: 4.9.4
To install latest version:
npm install -g typescript@latest
To update to latest:
npm update -g typescript@latest
Let us know!