19yuke2-frontend/cypress/tsconfig.json

13 lines
152 B
JSON
Raw Normal View History

2023-02-05 18:11:34 +08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"cypress"
]
},
"exclude": [],
"include": [
"**/*.ts"
]
}