Closed ghost closed 6 years ago
If you can tell me how to fix this I would Love to dive in and give it a shot! LOVE STENCILJS!!!
Hey @Ry10p , do you still get this issue with the latest version of this starter?
@jgw96 it looks to be all cleared up.
Thanks a bunch!
Resources: Before submitting an issue, please consult our docs.
Stencil version: (run
npm list @stencil/corerun
npm list @stencil/core` from a terminal/cmd prompt and paste output below):I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
The stencil-component-starter creates a index.ts and a index.d.ts. The issue i found is that the index.ts gets a syntax of
Rather than the index.d.ts that I think is intended. When I added the export syntax into the index.d.ts it worked...
Steps to reproduce:
Related code:
Other information: