More fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-04 22:50:05 -07:00
parent 290d5dfb4d
commit 81862d240d
208 changed files with 221 additions and 453 deletions

View File

@@ -4,6 +4,7 @@
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
"baseUrl": "../",
"jsx": "react"
}
}