lit-element
lit-element copied to clipboard
Consuming from Typescript
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
So any update on this? :)