Skip to content

Commit

Permalink
fix(build): webpack config for electron-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 11, 2025
1 parent d8f7756 commit c2dedc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.webpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strict": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"lib": ["ES2022"],
"lib": ["ES2023"],
"downlevelIteration": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down

0 comments on commit c2dedc2

Please sign in to comment.