Этот коммит содержится в:
Mario Vitale
2023-03-27 16:28:42 +02:00
родитель da7a6825ce
Коммит ba6b97fb62
1142 изменённых файлов: 44 добавлений и 44 удалений

15
e2e-tests/cypress/tsconfig.json Обычный файл
Просмотреть файл

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext", "dom"],
"types": ["cypress", "cypress-wait-until", "@testing-library/cypress", "node"],
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"baseUrl": ".",
"skipLibCheck": true,
"allowJs": true,
"noEmit": true,
},
"include": ["**/*.*"]
}