Skip to main content
Glama

TypeScript Tools MCP

by trkbt10
tsconfig.json908 B
{ "compilerOptions": { // Environment setup & latest features "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true, // Module resolution "moduleResolution": "node", "allowImportingTsExtensions": false, "verbatimModuleSyntax": true, "noEmit": false, "outDir": "./dist", "rootDir": "./", // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, "include": ["index.ts", "src/**/*.ts"], "exclude": ["node_modules", "dist", "**/*.spec.ts"] }

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/trkbt10/mcp-typescript-tools'

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