More fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-04 18:42:46 -07:00
parent 33686b47c5
commit 290d5dfb4d
94 changed files with 300 additions and 311 deletions

View File

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