UNPKG

mxdocgen

Version:

A small tool that mimics the documentation generation capabilities offered in Mendix Studio Pro, but with greater flexibility. It uses the Mendix Model SDK to extract information from a Mendix model, which is then fed into a set of templates to generate

28 lines (27 loc) 517 B
{ "compilerOptions": { "declaration": true, "esModuleInterop": true, "lib": [ "dom", "ES2019" ], "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "sourceMap": true, "strict": true }, "include": [ "src/**/*" ], "typedocOptions": { "mode": "modules", "inputFiles": ["src"], "out": "docs", "exclude": ["**/index.ts", "src/cli/**/*"], "excludeExternals": true, "excludeNotExported": true, "excludePrivate": true } }