clean up dev script
This commit is contained in:
8
packages/docs/tsup.config.js
Normal file
8
packages/docs/tsup.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "tsup"
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["./src/main.tsx"],
|
||||
target: "node16",
|
||||
format: ["esm"],
|
||||
sourcemap: true,
|
||||
})
|
||||
Reference in New Issue
Block a user