jefflembeck’s avatarjefflembeck’s Twitter Archive—№ 26,972

  1. 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 or imported. They just ran npm install, I don't want them to have to know nor care. What's the solution today?
    1. …in reply to @jefflembeck
      For the record, I'm targeting node.