UNPKG

@hoddy-ui/next

Version:

Core rich react native components written in typescript, with support for expo-router

12 lines (10 loc) 272 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["./index.ts"], splitting: false, sourcemap: true, dts: true, format: ["esm", "cjs"], // external: ["expo-linking", "expo-router", "react-native", "expo-system-ui"], clean: true, });