Skip to content

Commit b2c89c1

Browse files
committed
tsconfig: module=node20 from TS 5.9
1 parent 789bbcd commit b2c89c1

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
@@ -5,7 +5,7 @@
55
"esModuleInterop": true,
66
"forceConsistentCasingInFileNames": true,
77
"lib": ["es2020"],
8-
"module": "node16",
8+
"module": "node20",
99
"newLine": "LF",
1010
"noEmitOnError": true,
1111
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)