UNPKG

@bootcamp-project/svelte-config

Version:

Ready-to-use Svelte Configuration with TypeScript, Linting and Unit-Testing by default

11 lines (10 loc) 275 B
export declare const SvelteConfig: { include: string; emitCss: boolean; preprocess: import("svelte-preprocess/dist/types").AutoPreprocessGroup; compilerOptions: { dev: boolean; hydratable: boolean; customElement: boolean; }; };