Files
wehub-resource-sync b7f52be4c9
CI / e2e-tests (push) Waiting to run
CI / check-backend (push) Waiting to run
CI / check-frontend (push) Waiting to run
CI / tests (push) Waiting to run
CI / Run CI (push) Blocked by required conditions
Copilot Setup Steps / copilot-setup-steps (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:48:47 +08:00

10 lines
222 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "dom"],
"types": ["cypress", "cypress-plugin-steps", "node"],
"baseUrl": ".",
"esModuleInterop": true
},
"include": ["cypress/**/*.ts", "cypress.config.ts"]
}