A simple typescript starting for just doing typescript things.
You can copy this down and get working with degit:
pnpm dlx degit pwalker/ts-starter my-new-appAnd then you might want to set git back up:
cd my-new-app
git init .
git add .
git commit -m "initial commit"