The goal is to find the cofiguration combination that allows to run Node.js Web app (koa.js based) with Typescript with ESM with TSX runner with AVA for testing and being able to debug both tests and run the app with vscode. Path aliases (imports with absolute paths) must work.
Dependencies:
node22 yarn
Setup:
yarn
TODO:
- check if can debug test localy
- DONE check if can run tests localy
- DONE check if can run dist locally
- DONE check if can run localy
- DONE check if can debug localy
- DONE check if can build localy