Files
libredesk/frontend/cypress/e2e/jsconfig.json
T
Abhinav Raut edab73a8fa starting again
2024-05-25 11:49:41 +05:30

9 lines
148 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["./**/*", "../support/**/*"]
}