Files

8 lines
209 B
Plaintext
Raw Permalink 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'
});