NASA MCP Server

by ProgramComputer
Verified
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "Node", "lib": ["ES2020"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }