-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
When I produced definition files (.d.ts) for my projects, private variables of classes are also present.
Most of the time, I use internal libraries that require others definition files (jquery.d.ts for example), or definition files that are not present in lib.d.ts (Promises.d.ts and TouchEvent.d.ts for example).
But as I use private variables in my classes for wich the type is only defined in these definition files, my project generated definition file contains these types.
So without publish all the other .d.ts files with my project one, it is unusable.
Is there a way to manage it ? Or just remove the private variables to prevent these cases ?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code