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:
parent
e4cb9e5abc
commit
12dfa67894
3 changed files with 50 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue