17 lines
295 B
JSON
17 lines
295 B
JSON
|
{
|
||
|
"source": {
|
||
|
"includePattern": ".+\\.ts(doc|x)?$"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown",
|
||
|
"node_modules/jsdoc-babel"
|
||
|
],
|
||
|
"babel": {
|
||
|
"extensions": ["ts"],
|
||
|
"babelrc": false,
|
||
|
"presets": [
|
||
|
["@babel/preset-env", { "targets": { "node": true } }],
|
||
|
"@babel/preset-typescript"
|
||
|
]
|
||
|
}
|
||
|
}
|