9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"extension": ["ts", "tsx"],
|
|
"watch-files": ["lib/**/*.ts", "test/**/*.ts"],
|
|
"spec": ["test/*.ts"],
|
|
"loader": ["ts-node/esm"],
|
|
"extensions": ["ts", "tsx"],
|
|
"timeout": 15000
|
|
}
|