Skip to main content
Glama
tsconfig.json1.48 kB
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, "jsx": "react-jsx", /* Strict mode - all enabled */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "useUnknownInCatchVariables": true, "alwaysStrict": true, /* Additional checks */ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitReturns": true, "noImplicitOverride": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, /* Path aliases */ "baseUrl": ".", "paths": { "@/*": ["src/*"], "@components/*": ["src/components/*"], "@stores/*": ["src/stores/*"], "@utils/*": ["src/utils/*"], "@hooks/*": ["src/hooks/*"], "@types": ["src/types/index.ts"], "@types/*": ["src/types/*"], "@api/*": ["src/api/*"], "@scenes/*": ["src/scenes/*"] } }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }

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/keyurgolani/ThoughtMcp'

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