UNPKG

@leisn/markdown-it-toc

Version:

Markdown-it plugin to make table of contents, default parse tag [toc].

21 lines 476 B
{ "compilerOptions": { "outDir": "./lib", "module": "CommonJS", "target": "ESNext", "moduleResolution": "node", "declaration": true, "sourceMap": true, "strict": true }, "typedocOptions": { "mode": "file", "out": "docs", "excludeExternals": true, "excludeNotExported": true, "excludePrivate": true }, "include": [ "src/**/*" ] }