Eventbrite MCP Server

by vishalsachdev
Verified
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node" }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }