1{ 2 "reporters": [ 3 "html", 4 "consoleFull", 5 "markdown" 6 ], 7 "output": ".duplicate-report", 8 "patern": "**/*.{js,ts}", 9 "ignore": [ 10 "**/node_modules/**", 11 "**/.nyc_output/**", 12 "**/lib/**", 13 "**/declarations/**", 14 "**/.test_output/**" 15 ], 16 "format": "javascript,typescript", 17 "threshold": 5 18}