Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Compiling Typescript to a single output file?

$
0
0

When using a Typescript watcher, there doesn't seem to be a way to concatenate all the files down into a single output file.

 

In the command line, I believe you'd do something like:

 

tsc -out output.js filea.ts fileb.ts

 

Can we set up IntelliJ Idea to do this as well?


Viewing all articles
Browse latest Browse all 5661

Trending Articles