mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Enable the --declaration
tsc argument
This commit is contained in:
@ -168,6 +168,7 @@ impl Project {
|
||||
.arg("--noUnusedLocals")
|
||||
.arg("--noUnusedParameters")
|
||||
.arg("--noImplicitReturns")
|
||||
.arg("--declaration")
|
||||
.arg("--lib")
|
||||
.arg("es6");
|
||||
run(&mut cmd, "node");
|
||||
|
Reference in New Issue
Block a user