UNPKG

@mendable/firecrawl-js

Version:
9 lines (8 loc) 176 B
import { defineConfig } from "tsup"; export default defineConfig({ entryPoints: ["src/index.ts"], format: ["cjs", "esm"], dts: true, outDir: "dist", clean: true, });