Enable the --declaration tsc argument

This commit is contained in:
Alex Crichton
2017-12-20 08:25:45 -08:00
parent 8d7e6f3cdd
commit 730ef1926e
2 changed files with 3 additions and 2 deletions

View File

@ -168,6 +168,7 @@ impl Project {
.arg("--noUnusedLocals")
.arg("--noUnusedParameters")
.arg("--noImplicitReturns")
.arg("--declaration")
.arg("--lib")
.arg("es6");
run(&mut cmd, "node");