vertex-frontend/cypress/tsconfig.json
2025-02-03 16:27:13 +08:00

13 lines
152 B
JSON

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