move sdk packages to its own folder and rename api & dashboard
This commit is contained in:
8
packages/sdks/react-native/tsup.config.ts
Normal file
8
packages/sdks/react-native/tsup.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
import config from '@mixan/tsconfig/tsup.config.json' assert { type: 'json' };
|
||||
|
||||
export default defineConfig({
|
||||
...(config as any),
|
||||
minify: false,
|
||||
});
|
||||
Reference in New Issue
Block a user