UNPKG

electron-forge

Version:

A complete tool for building modern Electron applications

29 lines (28 loc) 490 B
{ "source": "./src/api", "destination": "./docs", "plugins": [ { "name": "esdoc-standard-plugin", "option": { "coverage": {"enable": true}, "lint": {"enable": true} } }, { "name": "esdoc-importpath-plugin", "option": { "replaces": [ { "from": ".js", "to": "" }, { "from": "api/", "to": "dist/api/" } ] } } ] }