diff --git a/tsup.config.ts b/tsup.config.ts index b4b6e3e..2b535e5 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,6 +8,5 @@ export default defineConfig({ clean: true, outDir: 'lib', esbuildPlugins: [yaml.yamlPlugin()], - esbuildOptions(options, context) { - }, + esbuildOptions(options, context) {}, })