Files
LingvAI/cypress/tsconfig.json

14 lines
193 B
JSON
Raw Permalink Normal View History

2021-03-13 21:38:34 +01:00
{
2022-10-21 15:57:53 +02:00
"extends": "../tsconfig.json",
2021-03-13 21:38:34 +01:00
"compilerOptions": {
"isolatedModules": false,
"types": [
"cypress",
"@testing-library/cypress"
]
},
"include": [
2022-10-21 15:57:53 +02:00
"."
2021-03-13 21:38:34 +01:00
]
}