UNPKG

type2docfx

Version:

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

16 lines 296 B
{ "include": [ "src/**/*" ], "exclude": [ "node_modules" ], "compilerOptions": { "noImplicitAny": true, "sourceMap": true, "outDir": "dist", "target": "es5", "lib": ["es6"], "allowJs": true } }