add native and web sdks
This commit is contained in:
7
packages/sdk-web/tsup.config.ts
Normal file
7
packages/sdk-web/tsup.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
import config from '@mixan/tsconfig/tsup.config.json' assert {
|
||||
type: 'json'
|
||||
}
|
||||
|
||||
export default defineConfig(config as any);
|
||||
Reference in New Issue
Block a user