Update project tooling

This commit is contained in:
Andras Schmelczer 2026-05-24 10:57:14 +01:00
commit 3c21291d72
14 changed files with 1472 additions and 201 deletions

7
tsconfig.playwright.json Normal file
View file

@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["playwright.config.ts", "e2e/**/*.ts"]
}