Skip to content

Commit

Permalink
chore: lowering to es2016
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 18, 2024
1 parent 038b223 commit c5f5a8e
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,6 +1,6 @@
{
"compilerOptions": {
"target": "es2023",
"target": "es2016",
"module": "commonjs",
"allowJs": true,
"esModuleInterop": true,
Expand Down

0 comments on commit c5f5a8e

Please sign in to comment.