test_astro_hardhat/cypress/tsconfig.json
2023-06-21 20:01:17 +02:00

9 lines
129 B
JSON

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