{ "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json", "testRunner": "vitest", "plugins": ["@stryker-mutator/vitest-runner"], "mutate": [ "src/utils/**/*.ts", "src/stores/**/*.ts" ], "vitest": { "configFile": "vitest.config.ts" }, "reporters": ["html", "clear-text", "progress"], "concurrency": 4, "tempDirName": "stryker-tmp", "timeoutMS": 60000, "thresholds": { "high": 80, "low": 60, "break": 40 } }