Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 52s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 13s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 32s
ui-regression / playwright-regression (push) Failing after 14m24s
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2022", "DOM"],
|
|
"types": ["node", "@playwright/test"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"allowJs": false,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["playwright.config.ts", "tests/**/*.ts"]
|
|
}
|