playwright-mcp/tsconfig.json

15 lines
240 B
JSON
Raw Normal View History

2025-03-21 10:58:58 -07:00
{
"compilerOptions": {
"target": "ESNext",
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"strict": true,
"module": "ESNext",
"outDir": "./lib"
},
"include": [
"src",
],
}