UNPKG

@mseep/bruno-mcp

Version:

MCP Server for running Bruno Collections

17 lines 402 B
{ "compilerOptions": { "target": "ES2020", "module": "node16", "lib": ["ES2020"], "declaration": true, "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "test"] }