nextcloud-vue/cypress/tsconfig.json

12 строки
182 B
JSON

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"],
"compilerOptions": {
"types": [
"cypress",
"cypress-visual-regression",
"@testing-library/cypress"
]
}
}