The "Combine Javascript output into file" option does not work for me. It does not take the server.js file so I have the classes I defined in a subfolder, but not the initialisation code that is in server.js.
Is there a workaround ?
Comments: Why do we want to combine Javascript output into one file for typeScript development ? The answer is very simple to me: avoid all .js and .js.map files to polluate the njsproj ! As soon as I discovered this option provided by tsc, my project was clean, easy to organize even in Windows Explorer and share. This feature is necessary for me and works with all other TypeScript projects in Visual Studio, so why not for NodejsTools ? But this is just my opinion and I hope you will take in consideration.
Is there a workaround ?
Comments: Why do we want to combine Javascript output into one file for typeScript development ? The answer is very simple to me: avoid all .js and .js.map files to polluate the njsproj ! As soon as I discovered this option provided by tsc, my project was clean, easy to organize even in Windows Explorer and share. This feature is necessary for me and works with all other TypeScript projects in Visual Studio, so why not for NodejsTools ? But this is just my opinion and I hope you will take in consideration.