Merge branch 'master' into update_electron

This commit is contained in:
Robo
2019-08-30 09:05:41 -07:00
committed by GitHub
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"target": "es2016",
"target": "es2017",
"strictNullChecks": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
@@ -18,4 +18,4 @@
"exclude": [
"node_modules"
]
}
}