mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 18:12:57 +00:00
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"platform/"
|
|
],
|
|
"includePattern": "platform/.+\\.js$",
|
|
"excludePattern": ".+\\Spec\\.js$|lib/.+"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
]
|
|
} |