The Wayback Machine - https://web.archive.org/web/20221229230726/https://github.com/dafn/svelte-typescript-rollup
Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.

dafn/svelte-typescript-rollup

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

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