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