16 lines
242 B
JSON
16 lines
242 B
JSON
{
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"watch-extensions": [
|
|
"ts"
|
|
],
|
|
"recursive": true,
|
|
"reporter": "spec",
|
|
"timeout": 60000,
|
|
"node-option": [
|
|
"loader=ts-node/esm",
|
|
"experimental-specifier-resolution=node"
|
|
]
|
|
}
|