glimmerjs / glimmer-web-component

Library to boot up your Glimmer components as Web Components
https://glimmerjs.com/guides/using-glimmer-as-web-components
MIT License
30 stars 11 forks source link

TS compilation error #23

Open saosebastiao opened 6 years ago

saosebastiao commented 6 years ago

Using ember new xxxx -b @glimmer/blueprint --web-component generates an index.ts that compiles with an error:

/src/index.ts(21,31): Argument of type 'string[]' is not assignable to parameter of type '{ [key: string]: string; }'.
  Index signature is missing in type 'string[]'.
#src/index.ts
21: initializeCustomElements(app, ['xxxx']);