Skip to content

Commit 825e9b2

Browse files
Copilotdgreif
andcommitted
Fix tsconfig to use node moduleResolution with skipLibCheck
Co-authored-by: dgreif <[email protected]>
1 parent 35329ae commit 825e9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"noFallthroughCasesInSwitch": true,
99
"target": "ES2016",
1010
"module": "ESNext",
11-
"moduleResolution": "bundler",
11+
"moduleResolution": "node",
1212
"declaration": true,
1313
"declarationMap": true,
1414
"outDir": "dist/esm",

0 commit comments

Comments
 (0)