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 0dd15a7 commit dd15129Copy full SHA for dd15129
configs/mocha-config-devtools/register/tsnode-register.js
@@ -5,6 +5,8 @@ require('ts-node').register({
5
compilerOptions: {
6
allowJs: true,
7
jsx: 'react',
8
+ module: 'NodeNext',
9
+ moduleResolution: 'NodeNext',
10
},
11
});
12
0 commit comments