Skip to content

Commit

Permalink
chore: update target to ES2017
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed Nov 19, 2024
1 parent 79be4c4 commit 967b52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"target": "ES2017"
},
"include": ["types/global.d.ts", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 967b52d

Please sign in to comment.