UNPKG

gitingest-mcp

Version:

MCP server for transforming Git repositories into LLM-friendly text digests

19 lines 391 B
{ "compilerOptions": { "target": "ES2020", "module": "es2020", "lib": ["ES2020", "dom"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "sourceMap": true, "moduleResolution": "node" }, "include": [ "src/**/*" ] }