playwright-mcp/tsconfig.json

15 lines
242 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,
2025-03-21 13:16:30 -07:00
"module": "CommonJS",
2025-03-21 10:58:58 -07:00
"outDir": "./lib"
},
"include": [
"src",
],
}