Enable noImplicitAny

Close #5627
This commit is contained in:
Wei Zhu 2017-11-22 12:16:53 +08:00
parent d2b59938b8
commit 605c685503

View File

@ -6,6 +6,7 @@
"jsx": "preserve",
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"target": "es6",
"lib": [
"dom",