prepared terminus-core for typedocs

This commit is contained in:
Eugene Pankov
2019-03-07 01:51:15 +01:00
parent cf5e31be79
commit 2ed35cb400
47 changed files with 766 additions and 219 deletions

7
typedoc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
ignoreCompilerErrors: true,
excludeNotExported: true,
excludePrivate: true,
excludeExternals: true,
mode: 'file'
}