Files
bodyshop/client/cypress/tsconfig.json
2021-12-15 13:28:39 -08:00

9 lines
136 B
JSON

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