adaburrows / table-web-component

A flexible table web component written using Lit.
Apache License 2.0
3 stars 0 forks source link

ES2019 method could be removed to broaden compat to ES2017 (and possibly earlier) #1

Closed pospi closed 1 year ago

pospi commented 1 year ago
[!] (plugin typescript) Error: @rollup/plugin-typescript TS2550: Property 'fromEntries' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2019' or later.
adaburrows commented 1 year ago

I just changed the build to emit ES2015, so let me know if this is still an issue.