diff --git a/tsup.config.ts b/tsup.config.ts index 8ea3c3a7..f1399a13 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,4 +8,7 @@ export default defineConfig({ clean: true, minify: true, format: ['cjs', 'esm'], + loader: { + '.json': 'file', + }, });