antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template

Home Page:https://vitesse.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In cypress/integration, ts file, i found cypress types in tsconfig.json ,but seem doesn't work!

liwenfengg opened this issue · comments

image

I found a temporary solution: In file top, add

/// <reference types="Cypress" />
https://docs.cypress.io/guides/tooling/IDE-integration#Set-up-in-your-Dev-Environment

image

PR welcome