This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-frontend/cypress/tsconfig.json
Dominik Pschenitschni 7fe9f17e43 feat: setup cypress
2022-07-04 21:50:48 +00:00

10 lines
No EOL
236 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["./integration/**/*", "./support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
}