reflec-ts icon indicating copy to clipboard operation
reflec-ts copied to clipboard

Use target and module for Reflection.js

Open pcan opened this issue 7 years ago • 0 comments

Read target and module options in compilerOptions when emitting Reflection.js. For example, there is no need to do environment checks like typeof module == 'object' ... if we are targeting to a particular module system.

pcan avatar Aug 26 '16 10:08 pcan