Search code examples
typescriptparcelsvelte

Svelte withTypescript using Parcel


I have seen that one can use rollup to allow for Svelte components written in typescript, but is it possible to do the same with Parcel? If yes, how?


Solution

  • Nevermind. I managed to figure it out. I made a working example on Github