From 1c81e5b1401d6438095109eef9455dca6ad929cf Mon Sep 17 00:00:00 2001 From: Abigail Alexander Date: Mon, 16 Sep 2024 11:20:24 +0100 Subject: [PATCH] Change rollup input path --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 12f884a..dc48344 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -32,7 +32,7 @@ export default [ ], }, { - input: "dist/esm/types/index.d.ts", + input: "dist/esm/index.d.ts", output: [{ file: "dist/index.d.ts", format: "esm" }], plugins: [dts()],