/svelte-typescript-rollup

Svelte + Typescript + Rollup

Primary LanguageJavaScript

Svelte now officially suports Typescript: https://svelte.dev/blog/svelte-and-typescript This repo is therefore archived

Svelte + Typescript + Rollup

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