elk/cypress/tsconfig.json

7 lines
117 B
JSON
Raw Normal View History

{
"compilerOptions": {
"types": ["cypress", "@testing-library/cypress"]
},
"extends": "../tsconfig.json"
}