Open douglasg14b opened 1 month ago
Does this library work with tsx? https://github.com/privatenumber/tsx
Which is effectively the successor of ts-node
ts-node
I assume this is why the lib doesn't work. Usage of Assert<> doesn't appear to transpile anything.
Assert<>
Looks like tsx uses esbuild, support for esbuild will come really soon!
Really looking for this too!
Does this library work with tsx? https://github.com/privatenumber/tsx
Which is effectively the successor of
ts-node