mistykey/cypress/tsconfig.json
2025-11-05 19:20:04 -05:00

10 lines
185 B
JSON

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