mattermost/e2e-tests/cypress/tsconfig.json
Pablo Vélez 2102391672
MM-61566 - focus first focusable element (#30294)
* MM-61566 - focus first focusable element

* adjust e2e tests to new focused element

* adjust real-events library to use with cypress
2025-03-12 23:10:07 +01:00

15 lines
396 B
JSON

{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext", "dom"],
"types": ["cypress", "cypress-wait-until", "cypress-real-events", "@testing-library/cypress", "node"],
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"baseUrl": ".",
"skipLibCheck": true,
"allowJs": true,
"noEmit": true,
},
"include": ["**/*.*"]
}