Update target to 2023

This commit is contained in:
Korbs 2024-12-05 18:29:08 -05:00
parent 68011a8ce0
commit 7c2d8301d0

View file

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es2021", "target": "ES2023",
"noImplicitAny": true, "noImplicitAny": true,
"noUnusedParameters": false, "noUnusedParameters": false,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true