Skip to content

Commit

Permalink
feat: up tsconfig target for more modern syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Oct 20, 2023
1 parent 1f55572 commit b5eec71
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "es6",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": false,
Expand Down

0 comments on commit b5eec71

Please sign in to comment.