<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/react-apexcharts" crossorigin></script>Script Error: exports is not defined, Line 1, react-apexcharts
I would not recommend trying to use typescript with DroidScript.
Instead, change the script source of react-apexcharts to <script src="https://unpkg.com/react-ap...@1.3.3/dist/react-apexcharts.iif.min.js" crossorigin></script>
We can discuss packaging issues later if you still want to. :-)
Can you use TypeScript? Not directly. Compile first then you can use it.