Skip to content

Commit 93e3f62

Browse files
committed
Update tsconfig.json
1 parent 16c7f55 commit 93e3f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/benchmark/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */
66
"baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
77

88
/* Emit */

0 commit comments

Comments
 (0)