mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-10 05:08:33 +00:00
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"source": {
|
|
"includePattern": ".+\\.(js(doc|x)?|mjs)$",
|
|
"excludePattern": "node_modules|shift-parser|shift-reducer|shift-traverser|dist"
|
|
},
|
|
"plugins": ["plugins/markdown", "jsdoc/jsdoc-synonyms"],
|
|
"opts": {
|
|
"destination": "./out/",
|
|
"recurse": true
|
|
}
|
|
}
|