How can I make separate .d.ts type definitions in package.json?
There are some things that are in the browser package but not in the node package. Therefore, I need to define separate types for both. But I couldn’t find a way, is that possible?
There are some things that are in the browser package but not in the node package. Therefore, I need to define separate types for both. But I couldn’t find a way, is that possible?