koel/cypress/tsconfig.json

12 lines
204 B
JSON
Raw Normal View History

2020-12-30 00:30:32 +00:00
{
"compilerOptions": {
"target": "es5",
"baseUrl": ".",
2022-04-28 09:00:20 +00:00
"lib": ["es2021", "dom"],
2022-04-29 13:32:12 +00:00
"types": ["cypress", "@testing-library/cypress", "@types/node"]
2020-12-30 00:30:32 +00:00
},
"include": [
"**/*.ts"
]
}