mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
16 lines
267 B
JSON
16 lines
267 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"module": "ESNext",
|
||
|
"rootDir": "src",
|
||
|
"outDir": "./lib",
|
||
|
"resolveJsonModule": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
],
|
||
|
}
|