Parcel supports TypeScript out of the box, so we're halfway there!
This example is more complex and requires the importing of many supporting libraries (Parcel does not auto-import these deps at this time).
Notable files include:
- libs.ts and it's inclusion in index.html
- app.css importing into index.html to style the
<html>
,<body>
and<main>
tags. - package.json deps.