jingrow/cypress/tsconfig.json
2025-04-12 17:24:13 +08:00

12 lines
189 B
JSON

{
"compilerOptions": {
"allowJs": true,
"baseUrl": "../node_modules",
"types": [
"cypress"
]
},
"include": [
"**/*.*"
]
}