typescript project in node code example
Example 1: install typescript in node project
//Author:Mohammad Arman Khan
//Command to install typeScript in node(express)Project
npm i -D @types/node typescript ts-node
Example 2: create typescript project
npx tsc index.ts