Files
esengine/packages/material-system/tsup.config.ts

8 lines
213 B
TypeScript
Raw Normal View History

import { defineConfig } from 'tsup';
import { runtimeOnlyPreset } from '../build-config/src/presets/plugin-tsup';
export default defineConfig({
...runtimeOnlyPreset(),
tsconfig: 'tsconfig.build.json'
});