diff --git a/svelte.config.js b/svelte.config.js index d2f2ba4..1ed1185 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -16,6 +16,9 @@ const config = { package: { exports: (filepath) => { return filepath.endsWith("index.js"); + }, + files: (filepath) => { + return !filepath.endsWith(".test.ts"); } },