Skip to content

Commit af722c5

Browse files
committed
fix unused import and benchmark moduleResolution
1 parent 655857c commit af722c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

benchmark/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"lib": ["esnext"],
55
// Dev types are JIT
66
"types": ["lua-types/jit", "@typescript-to-lua/language-extensions"],
7-
"moduleResolution": "node",
7+
"moduleResolution": "bundler",
88
"outDir": "dist",
99
"rootDir": "src",
1010
"strict": true,

test/unit/functions/validation/validFunctionAssignments.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as util from "../../../util";
22
import {
3-
anonTestFunctionExpressions,
43
anonTestFunctionType,
54
noSelfTestFunctionExpressions,
65
noSelfTestFunctions,

0 commit comments

Comments
 (0)