Add TypeScript configuration for Playwright tests

Add proper TypeScript setup with tsconfig.json and type definitions
to resolve type errors in the e2e test files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Viktor Vaczi 2025-11-29 12:39:30 +01:00
commit 12dfa67894
3 changed files with 50 additions and 2 deletions

View file

@ -11,6 +11,8 @@
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"serve": "^14.2.0"
"@types/node": "^24.10.1",
"serve": "^14.2.0",
"typescript": "^5.9.3"
}
}