mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 01:35:23 +02:00
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
|
|
}
|