UNPKG

1.28 kBJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc"]
5 },
6 "source": {
7 "include": ["es6", "README.md"],
8 "includePattern": ".+\\.(js|jsx)?$",
9 "excludePattern": "(^|\\/|\\\\)_"
10 },
11 "plugins": [
12 "plugins/markdown",
13 "node_modules/jsdoc-babel"
14 ],
15 "babel": {
16 "extensions": ["js", "es6", "jsx"],
17 "presets": [
18 "stage-1",
19 "flow",
20 ["env", {
21 "targets": { "node": "current" },
22 "modules": "commonjs",
23 "useBuiltIns": true,
24 "debug": false
25 }]
26 ],
27 "plugins": ["transform-runtime", "transform-decorators-legacy"]
28 },
29 "markdown": {
30 "parser": "gfm",
31 "hardwrap": true,
32 "excludeTags": []
33 },
34 "templates": {
35 "cleverLinks": true,
36 "monospaceLinks": true,
37 "useLongnameInNav": true,
38 "applicationName": "graphql-lattice",
39 "meta": {
40 "title": "",
41 "description": "",
42 "keyword": ""
43 },
44 "linenums": true,
45 "default":{
46 "outputSourceFiles" : true,
47 "theme":"github",
48 "paramsDisplay":"compact"
49 }
50 },
51 "opts": {
52 "_template": "./node_modules/minami",
53 "template": "./node_modules/minami",
54 "encoding": "utf8",
55 "destination": "./docs/",
56 "private": true,
57 "recurse": true
58 }
59}