vitesse/cypress/tsconfig.json

13 lines
152 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"cypress"
]
2022-02-07 10:16:27 +08:00
},
"exclude": [],
"include": [
"**/*.ts"
]
}