mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"rootDir": "src",
|
|
"outDir": "./lib",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
],
|
|
}
|