-
I want to write a library in TypeScript. I want my build to make it so it can simply, with no additional steps by the user, be either
required orimported. They just rannpm install, I don't want them to have to know nor care. What's the solution today? -
…in reply to @jefflembeck
For the record, I'm targeting node.