skirda-backend/cypress/tsconfig.json
2022-08-24 15:08:22 +03:00

8 lines
100 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"../node_modules/cypress",
"*/*.ts"
]
}