From 2d46f310e5fc63ee25eba52d878ddb025c667215 Mon Sep 17 00:00:00 2001 From: Samuel Scheit Date: Thu, 24 Oct 2024 13:32:44 +0000 Subject: [PATCH] fix: codegen not resolving package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c5a59c1..d51ca0c1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "types": "./lib/typescript/commonjs/src/index.d.ts", "default": "./lib/commonjs/index.js" } - } + }, + "./package.json": "./package.json" }, "files": [ "src",