goblindegook/littlefoot

View on GitHub
cypress/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "esModuleInterop": true,
    "target": "es5",
    "lib": ["es5", "dom"],
    "types": ["cypress", "node", "cypress-axe", "@testing-library/cypress"]
  },
  "include": ["**/*.ts"]
}