6 lines
124 B
JSON
Raw Permalink Normal View History

2023-05-31 16:10:53 +08:00
{
"extension": ["ts"],
"spec": "test/**/*.test.ts",
"require": "ts-node/register",
"project": "tsconfig.test.json"
}