I am starting the TS project.
npm init -y npm i typescript --save-dev
Now I initialize my TypeScript project
npx tsc --init