fix: add tsup config for SDK and bump version to 1.6.0 (#343)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "tsup";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["index.ts"],
|
||||
format: ["esm", "cjs"],
|
||||
dts: true,
|
||||
noExternal: ["@usesend/lib"],
|
||||
clean: true,
|
||||
});
|
||||
Reference in New Issue
Block a user