1 Star 0 Fork 86

狼哥 / Hippy

forked from 腾讯开源 / Hippy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
typedoc.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuqingkuang 提交于 2019-12-20 13:45 . refactor: make it public
module.exports = {
name: 'Hippy',
mode: 'modules',
out: 'docs/en-US/api',
allowJs: true,
ignoreCompilerErrors: true,
excludePrivate: true,
excludeProtected: true,
skipInternal: true,
exclude: [
'**/node_modules/**',
'**/__tests__/*.test.*',
'packages/hippy-react-web/*',
'types',
],
plugin: [
'typedoc-plugin-markdown',
'typedoc-plugin-no-inherit',
],
};
JavaScript
1
https://gitee.com/7257018/Hippy.git
git@gitee.com:7257018/Hippy.git
7257018
Hippy
Hippy
master

搜索帮助