I am evaluating TypeScript for a project that my organization is developing. The application we're planning to build is a non-trivial one. I wanted to understand how I can compile the project if we use internal modules.
As far as I understand if we have an internal module's implementation spread across multiple files. All the files need to be compiled and then concatenated into one bundle to make it work.
So how do we work with a project which may have multiple of such internal modules. Has anybody here have any experience trying a similar approach?