public
public copied to clipboard
Support for node:test with --experimental-strip-types
Issue description or question
In addition to the Typescript compilers currently supported. I would like a way to use node's built in --experimental-strip-types. My tests currently pass from the command line with "node --experimental-strip-types --test **/*.test.ts"