Tristan | S.
Results
1
comments of
Tristan | S.
in your package . json add: `"scripts": {"test": "ts-node -r tsconfig-paths/register src/index.ts" },` `src/index.ts` is just an example, so replace it with your main file then start with `npm run...