Skip to main content
Glama
tsconfig.json946 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", // Vite 处理构建,TypeScript 只做类型检查 "noEmit": true, // 支持 import.meta "types": ["vite/client"], "baseUrl": ".", "paths": { "@/*": ["./src/*"] } },"include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "vite.config.ts", "test-parser.ts" ], "exclude": [ "node_modules", "dist" ], "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/zaizaizhao/mcp-swagger-server'

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