Add noImplicitThis to packages that were missing it (#13540)

This commit is contained in:
Andy
2016-12-24 10:24:57 -05:00
committed by GitHub
parent 38fd8bd632
commit c84183036f
16 changed files with 16 additions and 0 deletions

View File

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