hongbo-miao/hongbomiao.com

View on GitHub
web-cypress/tsconfig.json

Summary

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