chore(tsconfig): changed target to es2021

This commit is contained in:
Micael Levi L. Cavalcante 2023-10-28 07:59:57 -04:00 committed by GitHub
parent 7acd368f45
commit 5bec920cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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