Imagine I am creating a library that utilizes types from the Definitely Typed repository (such as @types/pkg
).
Would it be feasible for my package to automatically include these types when installed, eliminating the need for consumers to separately install @types/pkg
in their devDependencies?
Is this scenario achievable?