19yuke2-frontend/cypress/tsconfig.json
2023-02-05 18:11:34 +08:00

13 lines
152 B
JSON

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