pub fn emit_tsconfig() -> String
Emit the contents of out/tsconfig.json. The CLI uses tsc -p against this when running bynkc test; users can also drive tsc against it directly to produce JS for deployment.
out/tsconfig.json
tsc -p
bynkc test
tsc