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