mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-12 21:44:33 +00:00
75808ffc9d
* test Prod and Test fleets in CI * compute predefined nodes once * remove async * add optional test step * fix command
11 lines
219 B
JSON
11 lines
219 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
|
|
}
|