mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"extension": ["ts","js","cjs","mjs"],
|
|
"node-option": [
|
|
"experimental-specifier-resolution=node",
|
|
"loader=./test/loader.js"
|
|
],
|
|
"slow": 1000,
|
|
"timeout": 35000,
|
|
"exit": true
|
|
}
|