有没有可能在dokker.json中添加多个源文件?

我想在我的项目中使用dokkerjs文件我的代码有多个JavaScript文件。 是否有可能在.dokker.json文件中.dokker.json一个目录作为源文件?

我引用这个链接。

  { "dir": "docs", "literate": { "source": "dokker.js", "dir": "annotated" }, "jsdoc": { "title": "Dokker.js", "source": "dokker.js", // want to add multiple files here , I tried *.js "markdown": "README.md", "html": "index.html", "readme": "README.md", "template": "templates/index.ejs.html", "github": "https://github.com/oceanhouse21/dokker/blob/master/dokker.js", "site": "http://dokkerjs.com" }, "mocha": { "command": "mocha --reporter doc", "test": "test/dokker.js", "path": "tests.html", "template": "templates/tests.ejs.html" } }