Skip to content

Commit 6555633

Browse files
committed
tsconfig: compilerOptions.moduleResolution=bundler
1 parent 4d5ec5f commit 6555633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"forceConsistentCasingInFileNames": true,
1212
"lib": ["es2022"],
1313
"target": "es2022",
14-
"module": "node20",
14+
"module": "preserve",
15+
"moduleResolution": "bundler",
1516
"newLine": "LF",
1617
"noEmitOnError": true,
1718
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)