UNPKG

490 BJSONView Raw
1{
2 "source": "./src/api",
3 "destination": "./docs",
4 "plugins": [
5 {
6 "name": "esdoc-standard-plugin",
7 "option": {
8 "coverage": {"enable": true},
9 "lint": {"enable": true}
10 }
11 },
12 {
13 "name": "esdoc-importpath-plugin",
14 "option": {
15 "replaces": [
16 {
17 "from": ".js",
18 "to": ""
19 },
20 {
21 "from": "api/",
22 "to": "dist/api/"
23 }
24 ]
25 }
26 }
27 ]
28}