UNPKG

nest-leader-election

Version:
19 lines (18 loc) 455 B
{ "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"] }