UNPKG

@codibre/confs

Version:

A simple package to centralize IDE configuration of all codibre's projects

21 lines (20 loc) 280 B
{ "check-coverage": true, "lines": 80, "branches": 80, "functions": 80, "exclude": [ "**/*.js", "test", "dist" ], "reporter": [ "html", "text", "lcov" ], "extension": [ ".ts" ], "all": true }