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 01e5f81 commit b402c3bCopy full SHA for b402c3b
1 file changed
benchmark/tsconfig.json
@@ -4,7 +4,8 @@
4
"lib": ["esnext"],
5
// Dev types are JIT
6
"types": ["lua-types/jit", "@typescript-to-lua/language-extensions"],
7
- "moduleResolution": "node",
+ "module": "nodenext",
8
+ "moduleResolution": "nodenext",
9
"outDir": "dist",
10
"rootDir": "src",
11
"strict": true,
0 commit comments