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
+1 -1
View File
@@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2019",
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",