reliable-zeromq
Version:
A collection of reliable zeromq messaging constructs
31 lines (30 loc) • 454 B
Plain Text
{
"cache": false,
"check-coverage": false,
"extension": [
".ts"
],
"include": [
"**/*.js",
"**/*.ts"
],
"exclude": [
"coverage/**",
"node_modules/**",
"**/*.d.ts",
"**/*.test.ts",
"**/*.demo.ts",
"**/*.perf.ts",
"**/Gulpfile.js",
"**/*.network.ts",
"**/*.data.ts"
],
"sourceMap": true,
"reporter": [
"html",
"text",
"text-summary"
],
"all": true,
"instrument": true
}