babel js compiler code example
Example 1: babel
<!-- v6 <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> -->
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<!-- Your custom script here -->
<script type="text/babel">
Example 2: babel compiler
try this config for nodejs + typescript using babel
https://pastebin.com/TR4BXPqL