{ "source": "./lib", "destination": "./docs", "plugins": [ { "name": "@repetere/esdoc-inject-gtm-plugin", "option": { "enable": true, "id": "UA-112697260-2" } }, { "name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true} }, { "name": "esdoc-standard-plugin", "option":{ "typeInference": { "enable": false }, "lint": { "enable": false }, "brand": { "title": "TensorScript", "description": "Deep Learning Classification, Clustering, Time Series, Regression and Multi-Layered Perceptrons with Tensorflow", "repository": "https://github.com/repetere/tensorscript", "site": "https://repetere.github.io/tensorscript", "author": "https://github.com/repetere", "image": "https://repetere.ai/favicon.png" }, "manual": { "index": "./README.md", "asset": "./manual/asset", "files": [ "./manual/overview.md", "./manual/usage.md", "./manual/faq.md", "./CHANGELOG.md" ] }, "test": { "source": "./test/", "interfaces": ["describe", "it", "context", "suite", "test"], "includes": ["(spec|Spec|test|Test)\\.mjs$"], "excludes": ["\\.config\\.js$"] } } }, { "name": "esdoc-publish-markdown-plugin", "option": { "filename":"./API.md" } } ], "includes": ["\\.mjs$"] }