jsconfig.json 68 B

123456
  1. {
  2. "include": [
  3. "./node_modules/cypress",
  4. "cypress/**/*.js"
  5. ]
  6. }