Files
FullstackTemplate/frontend/cypress/tsconfig.json
2026-04-04 15:02:50 +02:00

14 lines
387 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./e2e/**/*", "./support/**/*"],
"exclude": ["./support/component.*"],
"compilerOptions": {
"isolatedModules": false,
"types": ["cypress"],
// FIXME: Remove this when Cypress officially supports TypeScript 6.0
// https://github.com/cypress-io/cypress/issues/33511
"ignoreDeprecations": "6.0"
}
}