From a5f334b2c4f6735383ea419dd6d3206bcc0afe4a Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sat, 18 Sep 2021 02:47:24 +1200 Subject: [PATCH] fix: current and legacy types trying to using the same file resulting in one being overridden (#10) --- rollup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.ts b/rollup.config.ts index 585bcbcc..a8c1a83f 100644 --- a/rollup.config.ts +++ b/rollup.config.ts @@ -71,7 +71,7 @@ const dts = { ...common, output: { - file: pkg.types, + file: "types/current/index.d.ts", format: "es", },