I am creating an installer, in which a user will upload a zip folder containing ts files and my installer will compile it run-time and add it into wwwroot folder to be used in application.
There is no debug mode, as it is kind of adding plugin into website.
Please guide me here, what can I do to compile typescript files.