Add missing noImplicitThis

This commit is contained in:
Andy Hanson
2017-01-06 08:07:42 -08:00
parent 0bac9474aa
commit f2f2b4fc1f

View File

@@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [