UNPKG

230 BJSONView Raw
1{
2 "source": {
3 "include": [
4 "fixtures/MyClass.js"
5 ],
6 "exclude": [
7 "node_modules/"
8 ],
9 "includePattern": ".+\\.js(doc|x)?$",
10 "excludePattern": ""
11 },
12 "destination": "testOutput/"
13}
\No newline at end of file