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
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "dom"],
|
|
"types": ["cypress", "cypress-plugin-steps", "node"],
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["cypress/**/*.ts", "cypress.config.ts"]
|
|
}
|