Skip to content

Commit

Permalink
fix: change tsconfig tartget to es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlin-dev committed Jul 9, 2023
1 parent 2fb3678 commit 51c5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"target": "ES2020",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
Expand Down

0 comments on commit 51c5968

Please sign in to comment.