UNPKG

@cappa/core

Version:

Core Playwright screenshot functionality for Cappa

12 lines (10 loc) 211 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["src/index.ts"], dts: true, format: ["esm", "cjs"], platform: "node", sourcemap: true, shims: true, exports: true, });