Skip to content

Commit c2dedc2

Browse files
committed
fix(build): webpack config for electron-forge
1 parent d8f7756 commit c2dedc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.webpack.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"strict": true,
88
"noImplicitAny": true,
99
"resolveJsonModule": true,
10-
"lib": ["ES2022"],
10+
"lib": ["ES2023"],
1111
"downlevelIteration": true,
1212
"skipLibCheck": true,
1313
"esModuleInterop": true,

0 commit comments

Comments
 (0)