We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156a02c commit d0a9f47Copy full SHA for d0a9f47
ava.config.js
@@ -1,5 +1,8 @@
1
+let tsimp = "tsimp/import";
2
+// In Node versions prior to v20.6, we must use "tsimp/loader"
3
+// tsimp = "tsimp/loader"" // TODO
4
const nodeArguments = [
- "--import=tsx/esm",
5
+ `--import=${tsimp}`,
6
"--no-warnings=ExperimentalWarning",
7
];
8
0 commit comments