With the TypeScript Visual Studio plugin, usually saving a .ts file causes 2 new files to be generated underneath of it: file.js and file.min.js.
Is there a way to configure this, so that you can turn off generation of the minified js?
|
With the TypeScript Visual Studio plugin, usually saving a .ts file causes 2 new files to be generated underneath of it: file.js and file.min.js. Is there a way to configure this, so that you can turn off generation of the minified js? |
|||||
|