Bash MCP (Master Control Program)

by yannbam
Verified
{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "lib": ["ES2022"], "declaration": true, "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "sourceMap": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts", "dist"] }