fix(build): webpack config for electron-forge

pull/929/head
Elian Doran 2025-01-11 18:58:51 +07:00
parent d8f775608c
commit c2dedc24af
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@
"strict": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"lib": ["ES2022"],
"lib": ["ES2023"],
"downlevelIteration": true,
"skipLibCheck": true,
"esModuleInterop": true,