From 435419a0f6daaeb8a906a24fe9b2a04fc0348572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 16 May 2024 10:03:48 +0200 Subject: [PATCH] fix: type export --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f750096..351797b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "./migration": { "import": "./dist/migration/index.js", "require": "./dist/migration/index.cjs", - "types": "./dist/migration/index.d.ts" + "types": "./dist/migration/types.d.ts" } }, "files": [