8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"extension": ["ts", "tsx"],
|
|
"watch-files": ["lib/**/*.ts", "test/**/*.ts"],
|
|
"spec": ["test/*.ts"],
|
|
"loader": ["ts-node/esm"],
|
|
"timeout": 40000
|
|
}
|