Update electron-builder to v26.11.1 (#33563)
* Update electron-builder to v26.11.1 * Update patch * Make tsc happy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
3c6233c3a3
commit
efeef6cd84
@@ -8,7 +8,8 @@
|
||||
"strict": true,
|
||||
"lib": ["es2022"],
|
||||
"types": ["node"],
|
||||
"allowImportingTsExtensions": true
|
||||
"allowImportingTsExtensions": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["../scripts/@types/*.d.ts", "./**/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user