Enabled Intellisense for the Cypress API (#14970)

This commit is contained in:
Nick Taylor 2021-10-06 16:36:11 -04:00 committed by GitHub
parent 0c28781c47
commit 7e947ff2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
cypress/jsconfig.json Normal file
View file

@ -0,0 +1,6 @@
{
"compilerOptions": {
"types": ["cypress"]
},
"include": ["**/*.spec.js"]
}