stencil-community / stencil-app-starter

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

tsconfig.json seems to be unused #23

Closed Evertt closed 6 years ago

Evertt commented 7 years ago

I tried to change some of the typescript configuration and noticed that nothing changed. So then I wondered if the config file was actually being used so I deleted it to see if that would generate any error and it didn't.

So yeah I wonder if that was your intention. Because I found it rather frustrating that I've been trying to change the typescript config for almost an hour, all for naught.

kyr0 commented 6 years ago

+1 Ran into that as well ;)

jgw96 commented 6 years ago

This functionality has been added in the latest release of Stencil 🎉 ! To update you can run npm install @stencil/core@next --save-exact. Thanks!