fix(desktop): move tsconfig to es2023

Co-authored-by: ibrahim özsaraç <160004724+iborazzi@users.noreply.github.com>
This commit is contained in:
ethernet 2026-06-15 11:57:03 -04:00
parent 9eb0bcd60f
commit ae433634db
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"target": "ES2023",
"useDefineForClassFields": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",

View file

@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"target": "ES2023",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,