sharkey/cypress/tsconfig.json
2024-10-19 13:42:16 +09:00

9 lines
131 B
JSON
Executable File

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