TS analytics works in VSCode! Based on:
Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:
svelte.config.js
)index.html
entry file, dev server to serve it and livereloadrollup.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