Set strict mode in a few extensions that already have strictNullChecks

This commit is contained in:
Matt Bierner
2017-11-06 10:30:59 -08:00
parent 6bcfefedb3
commit 3f9bc10e81
6 changed files with 10 additions and 11 deletions

View File

@@ -7,7 +7,6 @@
"es2015.promise"
],
"outDir": "./out",
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,