playwright-mcp/tsconfig.json

17 lines
299 B
JSON
Raw Permalink Normal View History

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