UNPKG

1.35 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 "es2015",
19 "es2016",
20 "es2017",
21 "stage-1",
22 "flow",
23 ["env", {
24 "targets": { "node": "current" },
25 "modules": "commonjs",
26 "useBuiltIns": true,
27 "debug": false
28 }]
29 ],
30 "plugins": ["transform-runtime", "transform-decorators-legacy"]
31 },
32 "markdown": {
33 "parser": "gfm",
34 "hardwrap": true,
35 "excludeTags": []
36 },
37 "templates": {
38 "cleverLinks": true,
39 "monospaceLinks": true,
40 "useLongnameInNav": true,
41 "applicationName": "graphql-lattice",
42 "meta": {
43 "title": "",
44 "description": "",
45 "keyword": ""
46 },
47 "linenums": true,
48 "default":{
49 "outputSourceFiles" : true,
50 "theme":"github",
51 "paramsDisplay":"compact"
52 }
53 },
54 "opts": {
55 "_template": "./node_modules/minami",
56 "template": "./node_modules/minami",
57 "encoding": "utf8",
58 "destination": "./docs/",
59 "private": true,
60 "recurse": true
61 }
62}