Skip to content

Commit

Permalink
chore: bump TypeScript target to ES2024 (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Dec 27, 2024
1 parent 3edfc46 commit b1e5a9c
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 @@ -7,7 +7,7 @@
"module": "node16",
"declaration": true,
"outDir": "dist",
"target": "es2022",
"target": "es2024",
"skipLibCheck": true
}
}

0 comments on commit b1e5a9c

Please sign in to comment.