UNPKG

@qrvey/websocket-client

Version:

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

10 lines (8 loc) 173 B
import { defineConfig } from 'tsup'; export default defineConfig({ entryPoints: ['./src/index.ts'], dts: { only: true, }, outDir: 'dist/types', });