Initial git commit
This commit is contained in:
commit
78d33e5487
38 changed files with 11340 additions and 0 deletions
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"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue