Dropbox MCP Server

by Albiemark
Verified
{ "compilerOptions": { "composite": true, "target": "ES2021", "module": "ES2022", "moduleResolution": "node", "esModuleInterop": true, "outDir": "build", "rootDir": ".", "strict": true, "declaration": true, "allowJs": true, "lib": ["ES2021"], "sourceMap": true }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "build"] }