Combining TypeScript source files with common JavaScript frontend build tools like WebPack
Posted: (EET/GMT+2)
The TypeScript language is getting more and more support from the community, and one example of this is a recent project being set up at GitHub called TypeStrong. They have a project called TS-Loader, which helps you to combine TypeScript builds with popular tools like Webpack and Babel.
Furthermore, they have examples on how to set the configuration(s), which is actually one of the hardest things initially, when you set up a project.
Happy TypeScripting!