lit-element icon indicating copy to clipboard operation
lit-element copied to clipboard

Consuming from Typescript

Open CaptainCodeman opened this issue 7 years ago • 1 comments

I had a few issues when trying to consume it from a project using Typescript so I've created a build using rollup that includes the types as well as generating different packages for consuming as:

  • Node CommonJS
  • Node ES Modules
  • Browser UMD
  • Browser UMD Minified

Only tested the TS one so far, I'll send a PR when I've tried the others if you're interested in this approach.

https://github.com/CaptainCodeman/lit-element/tree/rollup-build

CaptainCodeman avatar Nov 24 '17 19:11 CaptainCodeman

So any update on this? :)

kenchris avatar Jan 09 '18 12:01 kenchris