Browse Source

Enable noImplicitAny

Close #5627
pull/8292/head
Wei Zhu 7 years ago
parent
commit
605c685503
  1. 1
      tsconfig.json

1
tsconfig.json

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

Loading…
Cancel
Save