Run commands above to setup project
npm init -yto init NodeJs projectnpm install typescript tsx @types/node vitest -Dto install typescript and Vitest as testing librarynpx tsc --initto create typescript configuration file
Edit below items in tsconfig.json

