Typescript - Remove ES2015 lib

This commit is contained in:
Kiran Niranjan 2019-01-08 15:53:03 +05:30
parent a923da3667
commit 9861818322

View File

@ -7,7 +7,6 @@
"jsx": "react",
"outDir": "lib",
"lib": [
"es2015",
"es2016",
"dom"
],