Hey Egoist ππ»
I currently write AVA tests in TS and have AVA set up to run them directly via ts-node.
However, the set up is extremely complex for some reason and ts-node has weird quirks like I have to write import x from 'src/index.js'
even though index.ts is a TS file, they force you to write .js for some reason. (related to es modules)
I was hoping if I could use tsno to run my AVA tests instead of ts-node.
Is this possible ?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too