ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 129 forks source link

fix(tsconfig.json): required for dist/types/stencil.core.d.ts to form… #83

Open cge opened 5 years ago

cge commented 5 years ago

… on build

Currently npm run build does not generate dist/types/stencil.core.d.ts. When wrapping a Stencil component library with React, this file is needed to avoid tsc compilation errors. Please see a related PR which will be made soon here: https://github.com/ionic-team/stencil-ds-react-template

kristofdombi commented 5 years ago

Why did you close it, @cge?

cge commented 5 years ago

Hi @kristof0425 , thanks for the comment. This PR was made during a quick feasibility study only and given the silence I imagined a better solution was in the works. I'll re-open since you've shown interest. Cheers!