UNPKG

web-hid-polyfill

Version:
10 lines (9 loc) 185 B
import { defineConfig } from 'tsup' export default defineConfig({ entry: ['src/index.ts'], format: ['cjs', 'esm'], dts: true, sourcemap: true, clean: true, minify: true, })