提交 ba6c6174 编写于 作者: C cedric05 提交者: Ryan Dahl

tslint warning supress using tsconfig

上级 3c212ddd
......@@ -21,5 +21,5 @@ run([
run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"])
run([
"node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude",
"**/gen/**/*.ts"
"**/gen/**/*.ts", "--project", "tsconfig.json"
])
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册