Perplexity MCP Server

by wysh3
Verified
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "outDir": "build", "rootDir": "src", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }