Files
stats/packages/sdks/react-native/tsup.config.ts
2024-03-11 13:15:44 +01:00

9 lines
191 B
TypeScript

import { defineConfig } from 'tsup';
import config from '@mixan/tsconfig/tsup.config.json' assert { type: 'json' };
export default defineConfig({
...(config as any),
minify: false,
});