UNPKG

nestjs-google-trends

Version:
9 lines (7 loc) 157 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['index.ts'], format: ['esm', 'cjs'], dts: true, clean: true, });