I am looking to compile a single .ts file to stdout, something like this:
tsc foo.ts > foo.js
is this possible somehow? I want to control where the output goes without using a tsconfig.json file.
I am looking to compile a single .ts file to stdout, something like this:
tsc foo.ts > foo.js
is this possible somehow? I want to control where the output goes without using a tsconfig.json file.
Copyright © 2021 Jogjafile Inc.
It comes from this discussion.