Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
tsconfig.json852 B
{ "compilerOptions": { "strict": true, /* Basic Options */ "target": "es5", "moduleResolution": "node", "declaration": true, /* Additional Checks */ "noUnusedLocals": false, /* Report errors on unused locals. */ // TODO: reenable (unused imports!) "noUnusedParameters": false, /* Report errors on unused parameters. */ // TODO: set to true again "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ "removeComments": true, "sourceMap": true, "outDir": "./dist", "noLib": false, "lib": [ "es6", "dom" ], }, "exclude": [ "dist", "node_modules" ], "filesGlob": [ "./**/*.ts", ] }

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/ddsky/gamebrain-api-clients'

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