mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 04:35:33 +00:00
b96c3bd3e1
* disable paralles runs locally * add logs * add readme info about local execution
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"extension": ["ts"],
|
|
"require": ["ts-node/register", "isomorphic-fetch"],
|
|
"loader": "ts-node/esm",
|
|
"node-option": [
|
|
"experimental-specifier-resolution=node",
|
|
"loader=ts-node/esm"
|
|
],
|
|
"exit": true,
|
|
"retries": 4,
|
|
"parallel": false,
|
|
"jobs": 6
|
|
}
|