Move python extension to strict

This commit is contained in:
Matt Bierner
2017-11-06 14:26:08 -08:00
parent 813235c7f7
commit 7cba0cd7ee
2 changed files with 2 additions and 2 deletions

View File

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