Merge pull request #80050 from LeuisKen/master

chore: update tsc target
This commit is contained in:
Johannes Rieken 2019-08-30 16:50:48 +02:00 committed by GitHub
commit 502fb0f2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out",
"target": "es6",
"target": "es2017",
"lib": [
"dom",
"es5",