Skip to content

Commit 469ea9b

Browse files
committed
Changed TypeScript target and fixed outdated comment
1 parent ba09b52 commit 469ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
/* Visit https://aka.ms/tsconfig.json to read more about this file */
44

5-
"target": "ES2020", // Electron 11 is based on Chrome 87, which supports ES2020
5+
"target": "ES2019", // Electron 12 is based on Chrome 89, which supports ES2019
66
// https://kangax.github.io/compat-table/es2016plus/
77
"module": "commonjs",
88
"esModuleInterop": true, // Enables emit interoperability between CommonJS and ES

0 commit comments

Comments
 (0)