Function emit_tsconfig
pub fn emit_tsconfig() -> StringExpand description
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.