This is the repo containing the Typescript starter project that is generated by the Enhance CLI
npx "@enhance/cli@latest" new ./myproject --template https://github.com/enhance-dev/enhance-starter-typescript -y
ts
├── api ............... data routes
│ └── index.mjs
├── browser ........... browser JavaScript
│ └── index.mjs
├── elements .......... Custom Element pure functions
│ └── my-header.mjs
└── pages ............. file-based routing
└── index.html