Skip to content

Commit b402c3b

Browse files
committed
update benchmark to nodenext module
1 parent 01e5f81 commit b402c3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

benchmark/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"lib": ["esnext"],
55
// Dev types are JIT
66
"types": ["lua-types/jit", "@typescript-to-lua/language-extensions"],
7-
"moduleResolution": "node",
7+
"module": "nodenext",
8+
"moduleResolution": "nodenext",
89
"outDir": "dist",
910
"rootDir": "src",
1011
"strict": true,

0 commit comments

Comments
 (0)