14 lines
387 B
JSON
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"
|
|
}
|
|
}
|