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