chore: update typescript compiler target

This commit is contained in:
Romain Brancourt 2025-02-20 16:54:12 +01:00
parent c61ae23339
commit ff910e9580
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"target": "ES2023",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",