{ "source" : "./src", "destination" : "./docs", "includes" : ["\\.js$", "\\.mjs$"], "plugins" : [ { "name" : "esdoc-standard-plugin", "option" : { "accessor": { "access" : ["public", "protected"], "autoPrivate" : true }, "lint": {"enable": false}, "typeInference": {"enable": false} } } ] }