akkordian/cypress/tsconfig.json

9 lines
140 B
JSON
Raw Permalink Normal View History

2023-12-22 16:27:48 +00:00
{
"compilerOptions": {
"lib": ["dom", "es5"],
"target": "es5",
"types": ["cypress", "node"]
},
"include": ["./**/*.ts"]
}