vitesse/cypress/tsconfig.json

9 lines
101 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"cypress"
]
}
}