1 Star 0 Fork 1

米大饭/npm库通用模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
typedoc.json 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
米大饭 提交于 2024-06-05 15:47 +08:00 . feat:支持typedoc生成api接口文档
{
// Comments are supported, like tsconfig.json
"entryPoints": [
"src/main.ts"
],
"out": "docs",
"compilerOptions": {
"strictNullChecks": true
},
"exclude": [
"node_modules"
],
"excludeExternals": true,
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soBigRice/npm-library-universal-template.git
git@gitee.com:soBigRice/npm-library-universal-template.git
soBigRice
npm-library-universal-template
npm库通用模板
master

搜索帮助