Cypress now supports TypeScript out of the box so you no longer need this repo. Here is a lesson using the built in support:
Get started quickly with Cypress + TypeScript
git clone https://github.com/basarat/cypress-ts.git
cd cypress-ts
npm i
- During development
npm start
- On build server
npm test
- Update dependencies to latest :
npm run update
Enjoy 🌹