activity/cypress/tsconfig.json

12 строки
175 B
JSON

{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"],
"compilerOptions": {
"types": [
"@testing-library/cypress",
"cypress",
"dockerode",
"node"
]
}
}