Files
esengine/packages/build-config/templates/runtime-only/tsup.config.ts.template
T

8 lines
209 B
Plaintext
Raw Normal View History

2025-12-01 22:28:51 +08:00
import { defineConfig } from 'tsup';
import { runtimeOnlyPreset } from '@esengine/build-config/presets/tsup';
export default defineConfig({
...runtimeOnlyPreset(),
tsconfig: 'tsconfig.build.json'
});