Is there a way of compiling single .ts file to different directory?
The only way from the manual command of compilation to different directory is via --out command, but it also does concatenation of dependent files, which I don't want:
--out FILE|DIRECTORY Concatenate and emit output to single file | Redirect output structure to the directory
Is there a way of redirecting the output WITHOUT concatenation of input files?
--outFilelimits your module generation choices to only "AMD" and "System" per the doc: typescriptlang.org/docs/handbook/compiler-options.html