Commit f74b2a05 authored by wildfirecode13's avatar wildfirecode13

1

parent ed1ca6a4
...@@ -7,7 +7,7 @@ const runTypeDoc = () => gulp ...@@ -7,7 +7,7 @@ const runTypeDoc = () => gulp
.pipe(typedoc({ .pipe(typedoc({
out: './docs', out: './docs',
// 这个文件里都是 export * from '...' 就没必要导出文档了 // 这个文件里都是 export * from '...' 就没必要导出文档了
exclude: 'src/index.ts', exclude: '**/*/index.ts',
tsconfig: 'tsconfig.json', tsconfig: 'tsconfig.json',
})) }))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment