UNPKG

@rently-team/shepherd.js

Version:

Guide your users through a tour of your app.

13 lines (10 loc) 236 B
import preprocess from 'svelte-preprocess'; /** * This will add autocompletion if you're working with SvelteKit * * @type {import('@sveltejs/kit').Config} */ const config = { preprocess: preprocess({}) }; export default config;