nest-leader-election
Version:
Distributed leader election for NestJS
19 lines (18 loc) • 455 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "NodeNext",
"lib": ["esnext"],
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules"]
}