Turn off strict null checks

This commit is contained in:
Ryan Cavanaugh
2016-05-04 15:08:38 -07:00
parent 920208b794
commit ded70421be
1769 changed files with 1783 additions and 1769 deletions

View File

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