File tree 3 files changed +15
-1
lines changed 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 30
30
"prettier" : " ^2.8.3" ,
31
31
"tailwindcss" : " ^3.3.0" ,
32
32
"typedoc" : " ^0.26.0" ,
33
+ "typedoc-plugin-expand-object-like-types" : " ^0.1.2" ,
33
34
"typescript" : " ~5.1.6"
34
35
}
35
36
}
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ const BASE_TYPEDOC_CONFIG = {
11
11
"required-first" ,
12
12
"alphabetical" ,
13
13
] ,
14
- plugin : [ "./typedoc_plugins/hide_underscore_lc.js" ] ,
14
+ plugin : [
15
+ "./typedoc_plugins/hide_underscore_lc.js" ,
16
+ "typedoc-plugin-expand-object-like-types" ,
17
+ ] ,
15
18
tsconfig : "../../tsconfig.json" ,
16
19
readme : "none" ,
17
20
excludePrivate : true ,
Original file line number Diff line number Diff line change @@ -20250,6 +20250,7 @@ __metadata:
20250
20250
react-dom: ^18
20251
20251
tailwindcss: ^3.3.0
20252
20252
typedoc: ^0.26.0
20253
+ typedoc-plugin-expand-object-like-types: ^0.1.2
20253
20254
typescript: ~5.1.6
20254
20255
languageName: unknown
20255
20256
linkType: soft
@@ -39863,6 +39864,15 @@ __metadata:
39863
39864
languageName: node
39864
39865
linkType: hard
39865
39866
39867
+ "typedoc-plugin-expand-object-like-types@npm:^0.1.2":
39868
+ version: 0.1.2
39869
+ resolution: "typedoc-plugin-expand-object-like-types@npm:0.1.2"
39870
+ peerDependencies:
39871
+ typedoc: 0.22.x || 0.23.x
39872
+ checksum: 9dd58ce283386709c821f7a30267edddff984cac69fc8dc994185378403d586ac53a58b790b553693a572ea5d417e5a9bb90c02d4e73dbf595ec5a3156b5252e
39873
+ languageName: node
39874
+ linkType: hard
39875
+
39866
39876
"typedoc-plugin-markdown@npm:4.0.0-next.6":
39867
39877
version: 4.0.0-next.6
39868
39878
resolution: "typedoc-plugin-markdown@npm:4.0.0-next.6"
You can’t perform that action at this time.
0 commit comments