Heuristics for generating and specifying .d.ts files in package.json #810
-
|
I have a collection of six packages available at jsr.io/@baseless. Currently, some of these packages, like When importing Could you provide guidance or heuristics for ensuring .d.ts files are correctly generated and referenced in package.json? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Seems like it all boils down to "slow types" being ignored.
I fixed my slow types in |
Beta Was this translation helpful? Give feedback.
Seems like it all boils down to "slow types" being ignored.
I fixed my slow types in
@baseless/reactand published it again and thed.tswere there.