Turn off strict null checks

This commit is contained in:
Ryan Cavanaugh 2016-05-04 15:08:38 -07:00
parent 7e32abdb26
commit c265359abd

View File

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