7 lines
105 B
JSON
Raw Normal View History

2021-09-24 13:36:26 +02:00
{
"extension": ["ts"],
"spec": "src/**/*.spec.ts",
"require": "ts-node/register",
"exit": true
}