Skip to main content
Glama
tsconfig.json736 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "strict": true, "target": "ESNext", "lib": ["ES2021", "dom", "DOM.Iterable"], "jsx": "react-jsx", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "noErrorTruncation": true, // We enforce stricter module resolution for Node16 compatibility // But when building we use Bundler & ESNext for ESM "module": "Node16", "moduleResolution": "NodeNext", "isolatedModules": true, "declaration": true, "declarationMap": true, "sourceMap": true, "rootDir": "./src", "outDir": "./dist", "verbatimModuleSyntax": true, "skipLibCheck": true }, "include": ["./src/**/*"] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'

If you have feedback or need assistance with the MCP directory API, please join our Discord server