1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

tslint warning supress using tsconfig

This commit is contained in:
cedric05 2018-10-06 06:11:57 +05:30 committed by Ryan Dahl
parent 3c212ddd1e
commit ba6c617432

View file

@ -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"
])