{ "collectCoverage": true, "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } }, "extensionsToTreatAsEsm": [".ts", ".mts"], "moduleNameMapper": { "^(\\.{1,2}/.*)\\.mjs$": "/dist/$1.mjs" }, "testMatch": ["**/*.test.ts"] }