UNPKG

convict-doc

Version:

Easily generate Markdown documentation from your [Convict](https://github.com/mozilla/node-convict) schema.

18 lines (17 loc) 448 B
{ "compilerOptions": { "target": "ES2020", "lib": [ "ES2021.String" ], "module": "ESNext", "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ "declaration": true, "declarationMap": true, "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }