Files
cypress-screenshots/e2e/cypress/tsconfig.json
2025-04-04 17:56:32 +02:00

10 lines
161 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"sourceMap": true,
"types": ["cypress", "node"]
},
"include": ["**/*.ts"]
}