init
This commit is contained in:
12
cypress/tsconfig.json
Normal file
12
cypress/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["node", "cypress", "@testing-library/cypress"],
|
||||
|
||||
"isolatedModules": false
|
||||
},
|
||||
"include": ["**/*.cy.ts"],
|
||||
"exclude": []
|
||||
}
|
||||
Reference in New Issue
Block a user