Skip to content

Commit 0ef0bdb

Browse files
committed
remove explicit moduleResolution=node16
already implied by tsconfig compilerOptions.module=node20
1 parent f299fc0 commit 0ef0bdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"lib": ["es2022"],
88
"target": "es2022",
99
"module": "node20",
10-
"moduleResolution": "node16",
1110
"newLine": "LF",
1211
"noEmitOnError": true,
1312
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)