提交 7cba0cd7 编写于 作者: M Matt Bierner

Move python extension to strict

上级 813235c7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
], ],
"module": "commonjs", "module": "commonjs",
"outDir": "./out", "outDir": "./out",
strict "strict": true
}, },
"include": [ "include": [
"src/**/*" "src/**/*"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"es2015" "es2015"
], ],
"sourceMap": true, "sourceMap": true,
"strictNullChecks": true "strict": true
}, },
"include": [ "include": [
"src/**/*" "src/**/*"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册