{ "$schema":"../../node_modules/@stryker-mutator/core/schema/stryker-schema.json", "packageManager":"npm", "reporters":["html","clear-text","progress"], "testRunner":"command", "commandRunner":{ "command":"npm run build && npm test" }, "coverageAnalysis":"off", "mutate":["src/**/*.ts","!src/**/*.test.ts"], "thresholds":{ "high":80, "low":60, "break":50 } }