UNPKG

web-perf-mcp

Version:

MCP Server that audits the web page for finding the bottlenecks and CPU profiling using Lighthouse and Puppeteer

33 lines (32 loc) 798 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowImportingTsExtensions": false, "resolveJsonModule": true, "isolatedModules": true, "noEmitOnError": false, "noCheck": false, "declaration": true, "outDir": "./dist", "rootDir": "./", "strict": false, "noImplicitAny": false, "noImplicitReturns": false, "noImplicitThis": false, "noPropertyAccessFromIndexSignature": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": ["node"] }, "include": [ "runner/**/*", "server/**/*", "runner/types.ts", "server/tools.ts" ], "exclude": ["node_modules", "dist"] }