First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0.
We're also interested in starting to use TypeScript. In one of my initial tests to get a feel for the language, however, I stumbled upon a frustrating error when trying to create exported classes.
It seems that when a class is exported using the 'export' keyword, the translation fails in the InnerTranslate() function of the TypeScriptTranslator.
To demonstrate the problem, I created a small project and [made it available](https://bitbucket.org/Dvde/typescripterror). Could you find the time to find out what is going wrong?
Comments: In the next release I will add this information to the documentation.
We're also interested in starting to use TypeScript. In one of my initial tests to get a feel for the language, however, I stumbled upon a frustrating error when trying to create exported classes.
It seems that when a class is exported using the 'export' keyword, the translation fails in the InnerTranslate() function of the TypeScriptTranslator.
To demonstrate the problem, I created a small project and [made it available](https://bitbucket.org/Dvde/typescripterror). Could you find the time to find out what is going wrong?
Comments: In the next release I will add this information to the documentation.