{ "tags": { "allowUnknownTags": true }, "source": { "include": [ "./src/combinatorics/", "./src/compression/", "./src/data-structures/", "./src/graphics/", "./src/graphs/others/", "./src/graphs/searching/", "./src/graphs/shortest-path/", "./src/graphs/spanning-trees/", "./src/others/", "./src/primes/", "./src/searching/", "./src/sets/", "./src/shuffle/", "./src/sorting/" ], "includePattern": ".+\\.js(doc)?$", "excludePattern": "docs" }, "plugins": [], "opts": { "template": "node_modules/@jeremyckahn/minami", "encoding": "utf8", "destination": "dist", "recurse": true, "private": false, "readme": "./readme.md" } }