Skip to content

Commit ff910e9

Browse files
chore: update typescript compiler target
1 parent c61ae23 commit ff910e9

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
@@ -6,7 +6,7 @@
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
9-
"target": "ES2021",
9+
"target": "ES2023",
1010
"sourceMap": true,
1111
"outDir": "./dist",
1212
"baseUrl": "./",

0 commit comments

Comments
 (0)