We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba09b52 commit 469ea9bCopy full SHA for 469ea9b
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
/* Visit https://aka.ms/tsconfig.json to read more about this file */
4
5
- "target": "ES2020", // Electron 11 is based on Chrome 87, which supports ES2020
+ "target": "ES2019", // Electron 12 is based on Chrome 89, which supports ES2019
6
// https://kangax.github.io/compat-table/es2016plus/
7
"module": "commonjs",
8
"esModuleInterop": true, // Enables emit interoperability between CommonJS and ES
0 commit comments