chore: unset skipLibCheck in tsconfig.json (#386)

Follow-up for
https://github.com/microsoft/playwright-mcp/pull/385#discussion_r2081541865.

> `skipLibCheck`: Skip type checking all .d.ts files.
This commit is contained in:
Max Schmitt 2025-05-09 14:35:09 +02:00 committed by GitHub
parent 95ca08fdb7
commit ef41c626ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{
"compilerOptions": {
"target": "ESNext",
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "nodenext",
"strict": true,