use ts cypress reset
This commit is contained in:
parent
757f149dea
commit
4af28412a0
8 changed files with 310 additions and 40 deletions
12
frontend/rabbi_gerzi/cypress/tsconfig.json
Normal file
12
frontend/rabbi_gerzi/cypress/tsconfig.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": "../tsconfig.app.json",
|
||||
"include": ["./**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"types": ["cypress", "node"],
|
||||
"isolatedModules": false,
|
||||
"noUncheckedIndexedAccess": false,
|
||||
"noEmit": false,
|
||||
"allowImportingTsExtensions": false,
|
||||
"ignoreDeprecations": "6.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue