You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ module.exports = {
100
100
electronBuilder: {
101
101
// option: default // description
102
102
disableMainProcessTypescript:false, // Manually disable typescript plugin for main process. Enable if you want to use regular js for the main process (src/background.js by default).
103
-
mainProcessTypeChecking:false// Manually enable type checking during webpck bundling for background file.
103
+
mainProcessTypeChecking:false// Manually enable type checking during webpack bundling for background file.
0 commit comments