Step1 - Init ts.config
file
Step2 - Update ts.config
file
Step3 - Write TS code
Create src/index.ts
Step4 - Execute
Every time when index.ts
file is modified, step4 is needed to exec the file
ts.config
filets.config
fileCreate src/index.ts
Every time when index.ts
file is modified, step4 is needed to exec the file
tsc-watch
npm run dev