********** Overview ********** TypeScript Target ================= TypeScript target name is ``ts``. It must be used for the attribute target for attributes controlling TypeScript code generation: .. code-block:: igor [ts enabled] It is also used as the :ref:`compiler` command line argument for the ``-target`` option: .. code-block:: batch igorc.exe -t ts *.igor