Files
dozzle-monitoring/e2e/cypress/tsconfig.json
Amir Raminfar 965d1a52b1 Updates cypress
2022-06-29 13:30:40 -07:00

15 lines
274 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
// be explicit about types included
// to avoid clashing with Jest types
"types": ["cypress"]
},
"include": [
"../node_modules/cypress",
"./**/*.ts",
"./**/*.js"
]
}