1
0
tl-vikunja/frontend/cypress/e2e/tsconfig.json
2024-02-07 14:56:56 +01:00

13 lines
306 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./**/*", "../support/**/*", "../factories/**/*"],
"compilerOptions": {
"baseUrl": ".",
"isolatedModules": false,
"target": "ES2015",
"lib": ["ESNext", "dom"],
"types": ["cypress"],
"ignoreDeprecations": "5.0"
}
}