Files
stats/packages/sdks/sdk/tsup.config.ts
Carl-Gerhard Lindesvärd e6c0bc2ec8 rename mixan to OPENPANEL!
2024-03-11 13:40:46 +01:00

8 lines
167 B
TypeScript

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