Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://git.jvalver.de/Thilawyn/traitify-ts/pulls/21
This commit was merged in pull request #21.
This commit is contained in:
@@ -2,10 +2,11 @@ import { defineConfig } from "tsup"
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["./src/lib.ts"],
|
||||
entry: ["./src/lib.ts", "./src/effect/lib.ts"],
|
||||
format: ["esm", "cjs"],
|
||||
skipNodeModulesBundle: true,
|
||||
dts: true,
|
||||
splitting: false,
|
||||
splitting: true,
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user