generic-type-guard
Version:
Generic type guards for TypeScript
17 lines (16 loc) • 631 B
JSON
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"packageManager": "pnpm",
"plugins": ["@stryker-mutator/jest-runner", "@stryker-mutator/typescript-checker"],
"reporters": ["html", "clear-text", "progress"],
"testRunner": "jest",
"checkers": ["typescript"],
"tsconfigFile": "tsconfig.json",
"coverageAnalysis": "perTest",
"thresholds": { "high": 100, "low": 99, "break": 95 },
"mutate": [
"{src,lib}/**/!(*.+(s|S)pec|*.+(t|T)est).+(cjs|mjs|js|ts|jsx|tsx|html|vue)",
"!{src,lib}/**/+(__tests__|__utils__|__mocks__)/**/*.+(cjs|mjs|js|cts|mts|ts|jsx|tsx|html|vue)",
"!src/index.ts"
]
}