diff --git a/cypress/jsconfig.json b/cypress/jsconfig.json new file mode 100644 index 000000000..d49bf96c7 --- /dev/null +++ b/cypress/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "types": ["cypress"] + }, + "include": ["**/*.spec.js"] +}