Skip to content

Commit 825e9b2

Browse files
Copilotdgreif
andcommitted
Fix tsconfig to use node moduleResolution with skipLibCheck
Co-authored-by: dgreif <3026298+dgreif@users.noreply.github.com>
1 parent 35329ae commit 825e9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)