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