YouTube MCP Server

by icraft2170
Verified
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts"] }