7 lines
105 B
JSON
Raw Normal View History

2021-09-14 15:16:40 +10:00
{
"extension": ["ts"],
"spec": "src/**/*.spec.ts",
"require": "ts-node/register",
"exit": true
}