chore(tsconfig): changed target to es2019

This commit is contained in:
Vinícius Lourenço 2022-07-31 16:54:21 -03:00
parent 6b7010ab2d
commit 1b7eb65502
1 changed files with 1 additions and 1 deletions

View File

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