We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c7f55 commit 93e3f62Copy full SHA for 93e3f62
packages/benchmark/tsconfig.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
- "module": "ESNext",
5
- "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
+ "module": "nodenext",
+ "moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */
6
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
7
8
/* Emit */
0 commit comments