mongoplusplus
Version:
load balancing of read and write operations across multiple MongoDB servers
20 lines • 432 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"types": [
"node"
]
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules",
]
}