This is a boilerplate for Typescript
You will be expected to create your file in the src/index.ts directory. To run this file simply:
npm i
npm run dev
You can run tests for your src/index.ts file, which is located in the src/index.spec.ts directory. To run this file simply:
npm run test