diff --git a/tsup.config.js b/tsup.config.js index b869d4a..7afaec4 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -78,6 +78,7 @@ export default defineConfig([ ], bundle: false, // Don't bundle these files esbuildOptions(options) { + options.outbase = 'src'; options.loader = { '.js': 'jsx', '.jsx': 'jsx',