TS analytics works in VSCode! Based on:
Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:
- Typescript support inside Svelte components with @pyonr/svelte-ts-preprocess
- Also it adds some support for Visual Studio Code and svelte-vscode extension (via
svelte.config.js
) - Jest to test .ts/.svelte
- Supports
index.html
entry file, dev server to serve it and livereload - ESLint, Prettier
- See all in
rollup.config.js
Please, notice the importance of svelte.config.js
in the root directory for VSCode to use your project's preprocessors. Jest, Prettier, ESLint, PostCSS are optional but useful. So clone and
npm i
npm run dev
npm run lint
npm run format