Initial commit
This commit is contained in:
13
frontend/cypress/tsconfig.json
Normal file
13
frontend/cypress/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user