Kindly install ts-node
in your VS code command line:
npm install typescript
npm install -g ts-node
Install all the necessary dependencies using:
npm install -g
We have helps form ESLint
and Prettier
before every commit but if you want to run it manually, you can use
npm run lint
npm run prettier
Test
is available to run by simply running
npm test
// Testing seperate modules
npm test module_name
To collect testing coverage
npm run coverage