Merge pull request #321 from romainbrancourt/update-ts-compiler-target

chore: update typescript compiler target
This commit is contained in:
Kamil Mysliwiec 2025-02-21 08:59:03 +01:00 committed by GitHub
commit e962226292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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": "./",