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