Files
SCM-Manager/scm-ui/e2e-tests/cypress/tsconfig.json
2022-03-03 08:42:23 +01:00

9 lines
130 B
JSON

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