npm install -g parcel-bundler
parcel index.html
<html>
<body>
<script type="module" src="./src/index.ts"></script>
</body>
</html>
Published at:
npm install -g parcel-bundler
parcel index.html
<html>
<body>
<script type="module" src="./src/index.ts"></script>
</body>
</html>