koel/cypress/tsconfig.json
2020-12-30 02:06:29 +01:00

11 lines
201 B
JSON

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