🔨 Create a project with TypeScript support
Give a ⭐️ if this project helped you!
npm create ts-project <name>
# or
npx create-ts-project <name>
npm install
npm start # compile src/index.ts to dist/index.js and execute *.js file [node]
npm run dev # execute src/index.ts [ts-node]
The MIT License @ 2019-2023