I installed the Typescript extension for VS.NET 2013. I had the web development components installed and I can write typescript code, it builds to a single JS file. It works great.
However, it seems like the project is setup to build a bin/MyProjectName.dll file. There's even an option to target a specific version of the .NET framework within the Typescript project. My question is: why? Isn't Typescript supposed to be only for compiling to JS and that's it. What can I do with this DLL file?
I think it's because Typescript is not a mature product yet. They are leveraging the existing class library to help us partition our modules, but as a result, you still get an empty DLL in the bin directory. This DLL is pointless and you can safely ignore it.
If you want to kill this auto-generated DLL, then remove that specific project from the build configuration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With