frequi_origin/cypress/tsconfig.json

13 lines
172 B
JSON
Raw Normal View History

2022-01-01 18:59:23 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"cypress",
],
},
"include": [
"integration/*.ts",
"integration/*.tsx"
],
}