Svelte now officially suports Typescript: https://svelte.dev/blog/svelte-and-typescript This repo is therefore archived
Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes SCSS support
Install packages
$ yarn
Start development server
$ yarn serve
Build for production
$ yarn build