Skip to content

Commit ac1cf54

Browse files
committed
Proper configuration for jsdoc
1 parent 3b1a7c3 commit ac1cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsdoc-conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"plugins": ["node_modules/jsdoc-babel", "plugins/markdown"],
33
"babel": {
4-
"plugins": ["transform-flow-strip-types"]
4+
"plugins": ["@babel/plugin-transform-flow-strip-types"]
55
},
66
"source": {
77
"include": ["./README.md", "./src/cloud-code", "./src/Options/docs.js", "./src/ParseServer.js", "./src/Adapters"],

0 commit comments

Comments
 (0)