UNPKG

@qrvey/websocket-client

Version:

![install size](https://packagephobia.com/badge?p=@qrvey/websocket-client)

12 lines (10 loc) 233 B
import { defineConfig } from 'tsup'; export default defineConfig({ entryPoints: ['./src/index.ts'], bundle: true, minify: false, format: ['cjs'], treeshake: true, sourcemap: true, outDir: 'dist/cjs', });