This commit is contained in:
syuilo 2021-03-23 17:54:43 +09:00
parent 834c6df9eb
commit a284e8c5eb
4 changed files with 29 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"extension": ["ts","js","cjs","mjs"],
"require": "ts-node/register",
"require": ["ts-node/register", "tsconfig-paths/register"],
"slow": 1000,
"timeout": 30000,
"exit": true