I am using t4toolbox extension (https://visualstudiogallery.msdn.microsoft.com/791817a4-eb9a-4000-9c85-972cc60fd5aa) to output js file. But I find some text block auto-generated in js files as:
// // This file was generated by T4 code generator XX.tt. // Any changes made to this file manually will be lost next time the file is regenerated. //
This comment does not be supported for javascript syntax. How to remove this text block from T4toolbox? Thanks!