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:
parent
3c212ddd1e
commit
ba6c617432
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue