@@ -1,9 +1,9 @@
import dts from "bun-plugin-dts";
import dts from 'bun-plugin-dts';
await Bun.build({
entrypoints: ["./src/index.ts"],
outdir: "./dist",
target: "node",
entrypoints: ['./src/index.ts'],
outdir: './dist',
target: 'node',
minify: true,
plugins: [dts()],
});
The note is not visible to the blocked user.