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

@@ -4,7 +4,7 @@
"outDir": "./dist/",
"jsx": "react",
"lib": [
"es2024",
"ES2024",
"DOM",
"DOM.Iterable"
]