Revert "Jest cypress types"

This commit is contained in:
hydroflame
2021-09-10 00:13:03 -04:00
committed by GitHub
parent 715bc541ec
commit 7e8e9e03fc
15 changed files with 375 additions and 388 deletions

View File

@@ -1,14 +1,15 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.src.json"
},
{
"path": "./test/tsconfig.spec.json"
},
{
"path": "./cypress/tsconfig.json"
}
]
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react",
"lib": ["es2016", "dom", "es2017.object", "es2019"],
"module": "commonjs",
"target": "es6",
"sourceMap": true,
"strict": true,
"types": ["cypress", "@testing-library/cypress"]
},
"exclude": ["node_modules"]
}