red-ui/cypress/tsconfig.json
2020-11-10 11:05:46 +02:00

9 lines
148 B
JSON

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