configured tslint up to spec.

This commit is contained in:
Scott Davis
2018-03-27 11:00:49 -07:00
parent ac7ab1c5c3
commit 30bb434d2f

View File

@@ -6,8 +6,8 @@
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [