Use consistent case

This commit is contained in:
Matt Bierner
2025-08-05 10:44:16 -07:00
parent 30b93b1217
commit 6c2cf7800e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"esModuleInterop": true,
"target": "es2024",
"target": "ES2024",
"lib": [
"ES2024"
],