Enable strict compilation settings in git extension

Enables strict checks in the git extensions
This commit is contained in:
Matt Bierner
2017-11-06 11:38:30 -08:00
parent 00ca96b766
commit b743e245ad
7 changed files with 17 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
],
"module": "commonjs",
"outDir": "./out",
"strictNullChecks": true,
"strict": true,
"experimentalDecorators": true
},
"include": [