koel/cypress/tsconfig.json

12 lines
224 B
JSON
Raw Normal View History

2020-12-30 00:30:32 +00:00
{
"compilerOptions": {
"target": "es5",
"baseUrl": ".",
"lib": ["es5", "dom"],
2021-01-03 18:14:58 +00:00
"types": ["cypress", "@testing-library/cypress", "@types/node", "cypress-file-upload"]
2020-12-30 00:30:32 +00:00
},
"include": [
"**/*.ts"
]
}