akkordian/cypress/tsconfig.json
2023-12-22 11:27:48 -05:00

9 lines
140 B
JSON

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