Lots of fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-04 16:30:29 -07:00
parent ded70421be
commit 33686b47c5
139 changed files with 196 additions and 207 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitAny": false,
"strictNullChecks": false,
"baseUrl": "../"
}