skirda-backend/cypress/tsconfig.json

8 lines
100 B
JSON
Raw Normal View History

2022-08-24 12:08:22 +00:00
{
"extends": "../tsconfig.json",
"include": [
"../node_modules/cypress",
"*/*.ts"
]
}