UNPKG

type2docfx

Version:

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

19 lines 257 B
{ "extension": [ ".js" ], "include": [ "lib/**/*.js" ], "exclude": [ "**/node_modules/**", "**/tests/**", "**/coverage/**", "**/*.d.ts" ], "reporter": [ "html" ], "all": true, "cache": true }