Enabled Intellisense for the Cypress API (#14970)
This commit is contained in:
parent
0c28781c47
commit
7e947ff2ca
1 changed files with 6 additions and 0 deletions
6
cypress/jsconfig.json
Normal file
6
cypress/jsconfig.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"include": ["**/*.spec.js"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue