From 05c51946c9d8e6380b85b85da39bb406c4ca4ea6 Mon Sep 17 00:00:00 2001 From: Richard Ainger Date: Thu, 11 Jul 2024 09:09:30 +1000 Subject: [PATCH] Fix types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f0ffe14..77180f8e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "main": "./dist/lib.cjs", "module": "./dist/lib.js", - "types": "./dist/index.d.cts", + "types": "./dist/types.d.cts", "bin": { "sta": "./dist/cli.js", "swagger-typescript-api": "./dist/cli.js"