版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
124 B

  1. {
  2. "all": true,
  3. "reporter": [
  4. "text",
  5. "text-summary",
  6. "lcov"
  7. ],
  8. "include": [
  9. "bin/**/*.js",
  10. "src/**/*.js"
  11. ]
  12. }