fix: set module config to ES2022

This commit is contained in:
Derrick Hammer 2023-12-18 01:48:01 -05:00
parent 41e3a34ab7
commit 316d881fbb
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"module": "ES2022",
"target": "ES2022",
"strict": true,
"allowJs": true,