Files
stats/packages/sdks/react-native/tsup.config.ts
Carl-Gerhard Lindesvärd 15e997129a initial for v1
2024-08-09 23:00:38 +02:00

8 lines
178 B
TypeScript

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