brotherton-erpnext/cypress/tsconfig.json
2021-07-01 21:26:18 +05:30

12 lines
189 B
JSON

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