mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
0e4a111f81
Resolve #7779
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"extension": ["ts","js","cjs","mjs"],
|
|
"require": ["ts-node/register", "tsconfig-paths/register"],
|
|
"slow": 1000,
|
|
"timeout": 35000,
|
|
"exit": true
|
|
}
|