Skip to content

Commit be290f7

Browse files
authored
Upgrade TypeScript module and target versions
1 parent d61dc29 commit be290f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"compilerOptions": {
44
"outDir": "${configDir}/dist",
55

6-
"module": "node18",
6+
"module": "node20",
77
"moduleDetection": "force",
8-
"target": "es2024",
8+
"target": "esnext",
99

1010
"declaration": true,
1111
"erasableSyntaxOnly": true,

0 commit comments

Comments
 (0)