Add Flow type checking; React >= 0.13

This commit is contained in:
Nicolas Gallagher
2015-09-11 21:17:48 -07:00
parent 5453c8843a
commit c7524b7b6f
3 changed files with 9 additions and 7 deletions
+5
View File
@@ -1,4 +1,9 @@
{
"env": {
"development": {
"plugins": [ "typecheck" ]
}
},
"optional": [
"es7.classProperties",
"runtime"