{ "threshold": 3, "minLines": 5, "minTokens": 50, "pattern": "**/*.{ts,tsx}", "ignore": [ "**/node_modules/**", "**/dist/**", "**/build/**", "**/coverage/**", "**/__tests__/**" ], "reporters": ["console"] }