You have to use command line arguments of compiler
--outFile FILE Concatenate and emit output to single file
example
tsc --outFile modules.js main.ts app.ts
You have to use command line arguments of compiler
--outFile FILE Concatenate and emit output to single file
tsc --outFile modules.js main.ts app.ts