mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"rootDir": "src",
|
|
"outDir": "./lib",
|
|
"resolveJsonModule": true,
|
|
"types": ["chrome"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"noEmit": true,
|
|
},
|
|
"include": [
|
|
"src/ui",
|
|
],
|
|
}
|