mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-30 06:22:03 +00:00
18 lines
309 B
JSON
18 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"rootDir": "src",
|
|
"outDir": "./lib",
|
|
"resolveJsonModule": true,
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
]
|
|
}
|