You need to sign in or sign up before continuing.
Newer
Older
{
"cache": false,
"all": true,
"reporter": [
"html",
"text"
],
"require": [
"ts-node/register/transpile-only"
],
],
"include": [
"scripts/**/*.ts"
],
"exclude": [
"**/*.d.ts",
"coverage/**",
"packages/*/test/**",
"test/**",
"tests/**",
"test{,-*}.ts",
"tests{,-*}.ts",
"**/*{.,-}{test,spec}.ts",
"**/__tests__/**",
"**/node_modules/**"
],
"temp-directory": "./coverage/.nyc_output"
}