VRChat MCP Server

by sawa-zen
Verified
{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022", "DOM"], "module": "ES2022", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src", "declaration": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }