node_modules/cypress/types not found

Viewed 325

I'm facing the below issue when trying to add the below for intellisense under jsconfig.json file. Could you please help me to avoid this issue.

Cypress Version: 8.5.0

{
  "include": ["./node_modules/cypress", "cypress/**/*.js"]
}

enter image description here

0 Answers
Related