feat: setup cypress
This commit is contained in:

committed by
Gitea

parent
d064f0acc0
commit
7fe9f17e43
10
cypress/tsconfig.json
Normal file
10
cypress/tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||||
"include": ["./integration/**/*", "./support/**/*"],
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user