UNPKG

mongo2mongo

Version:

Sync one MongoDB collection to another MongoDB collection

15 lines (14 loc) 315 B
{ "include": ["src/**/*"], "exclude": ["src/**/*.test.ts"], "compilerOptions": { "module": "NodeNext", "target": "es2022", "lib": ["ESNext"], "outDir": "./dist", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true } }