mistykey/cypress/tsconfig.json
2025-11-05 19:25:53 -05:00

10 lines
185 B
JSON

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