frequi_origin/cypress/tsconfig.json
2022-06-08 20:49:19 +02:00

13 lines
156 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"cypress",
],
},
"include": [
"e2e/*.ts",
"e2e/*.tsx"
],
}