forked from FoundKeyGang/FoundKey
d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
10 lines
185 B
JSON
10 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
|
|
}
|