UNPKG

process-rerun

Version:

The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility

18 lines 311 B
{ "compilerOptions": { "module": "NodeNext", "target": "ESNext", "sourceMap": true, "outDir": "built/esm", "declaration": true, "experimentalDecorators": true, "allowJs": true }, "exclude": [ "node_modules", "built", "specs", "example", "playground.*" ] }