UNPKG

type2docfx

Version:

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

14 lines 246 B
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "declaration": true, "sourceMap": true, "outDir": "./lib", "rootDir": "./src", "types" : ["node"] }, "include": [ "src/**/*" ] }