Is there an option to compile TypeScript code's output as minified? Or are we left to deal with that in a separate process? And does obfuscation affect the answer?
The TypeScript compiler does not support the generation of minifies or obfuscated code. you will need to use another tool against the JavaScript output of the compiler.
There's an open feature request: microsoft/TypeScript#8
2.1m questions
2.1m answers
60 comments
57.0k users