process-rerun
Version:
The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility
25 lines • 446 B
JSON
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"target": "ESNext",
"sourceMap": true,
"outDir": "built/esm",
"rootDir": "./lib",
"declaration": true,
"experimentalDecorators": true,
"allowJs": true,
"noImplicitAny": false,
"types": [
"node",
"mocha"
]
},
"exclude": [
"node_modules",
"built",
"specs",
"example",
"playground.*"
]
}