utopia-ui/cypress/tsconfig.json
2025-03-03 13:50:20 +01:00

8 lines
137 B
JSON

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