elk/cypress/tsconfig.json
2023-01-04 17:54:56 +01:00

6 lines
117 B
JSON

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