File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3434 "format" : " prettier --cache --write ." ,
3535 "release" : " bumpp" ,
3636 "prepublishOnly" : " pnpm build" ,
37- "docs:api" : " typedoc --out api-doc --readme none --exclude \" **/__test__/** \" --theme minimal "
37+ "docs:api" : " typedoc"
3838 },
3939 "devDependencies" : {
4040 "@sxzz/eslint-config" : " ^7.8.0" ,
Original file line number Diff line number Diff line change 1- import { runtimeInfo } from './runtime.ts'
21import { Option , type OptionConfig } from './option.ts'
2+ import { runtimeInfo } from './runtime.ts'
33import {
44 CACError ,
55 findAllBrackets ,
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://typedoc.org/schema.json" ,
3+ "entryPoints" : [" src/index.ts" ],
4+ "out" : " ./api-doc" ,
5+ "readme" : " none"
6+ }
You can’t perform that action at this time.
0 commit comments