better-fetch-mcp
Version:
Advanced MCP server for web scraping with nested URL fetching and intelligent markdown formatting
27 lines • 624 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"removeComments": false,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"lib": ["ES2022", "DOM"]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}