* MM-61566 - focus first focusable element * adjust e2e tests to new focused element * adjust real-events library to use with cypress
16 строки
396 B
JSON
16 строки
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": ["**/*.*"]
|
|
}
|