fix(build): webpack config for electron-forge

This commit is contained in:
Elian Doran 2025-01-11 18:58:51 +02:00
parent d8f775608c
commit c2dedc24af
No known key found for this signature in database

View File

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