koel/cypress/tsconfig.json
2022-04-29 15:32:12 +02:00

11 lines
204 B
JSON

{
"compilerOptions": {
"target": "es5",
"baseUrl": ".",
"lib": ["es2021", "dom"],
"types": ["cypress", "@testing-library/cypress", "@types/node"]
},
"include": [
"**/*.ts"
]
}