diff options
Diffstat (limited to 'tsup.config.ts')
| -rw-r--r-- | tsup.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsup.config.ts b/tsup.config.ts index 13e76f2..74dcfd7 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from "tsup"; export default defineConfig({ - entry: ["src/eventx.ts"], + entry: ["src/shapex.ts"], clean: true, format: ["esm", "cjs"], dts: true, |
