The Typescript Build option "Keep comments in JavaScript output" is not respected if one unchecks the option. The comments are still saved in the JS output file.
1. Create a node.js typescript project
2. In solEx right click on the project node to bring up the property page
3. Select TypeScript Build the uncheck "Keep comments in JavaScript output"
4. Do a build, then open app.js
Notice that all comments are still in app.js.
1. Create a node.js typescript project
2. In solEx right click on the project node to bring up the property page
3. Select TypeScript Build the uncheck "Keep comments in JavaScript output"
4. Do a build, then open app.js
Notice that all comments are still in app.js.