mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 20:46:52 +00:00
50c2c2540f
* move constants & core's func to @waku/utils * setup @waku/relay * use @waku/relay for create * address: principal review * fix: size-limit * move all constants to @waku/core * move TopicOnlyDecoder to relay * merge: master * fix: tests * Move constants out of core (#1340) * update package.lock * change constants folder into a ts file * use dependency version as * instead of version number * add constants import from @waku/core * add empty changelog file for relay --------- Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "src/**/*.spec.ts",
|
|
"require": ["ts-node/register", "isomorphic-fetch"],
|
|
"loader": "ts-node/esm",
|
|
"node-option": [
|
|
"experimental-specifier-resolution=node",
|
|
"loader=ts-node/esm"
|
|
],
|
|
"exit": true
|
|
}
|