Files
stats/packages/sdks/react-native/tsup.config.ts
Carl-Gerhard Lindesvärd 7c816d2511 sdk renamings
2024-03-11 20:31:21 +01:00

6 lines
166 B
TypeScript

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