Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:
- Typescript support inside Svelte components with svelte-ts-preprocess
- Also it adds some support for Visual Studio Code and svelte-vscode extension (via
svelte.config.js
) - Jest for test for .js/.ts/.svelte
- Supports
index.html
entry file, dev server to serve it and livereload - See all in
rollup.config.js
.
git clone https://github.com/geakstr/svelte-3-rollup-typescript-vscode.git
cd svelte-3-rollup-typescript-vscode && rm -rf .git && npm install