mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
* MM-61566 - focus first focusable element * adjust e2e tests to new focused element * adjust real-events library to use with cypress
15 lines
396 B
JSON
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": ["**/*.*"]
|
|
}
|