From a17e4d807c5243cc8ab2115be4ff1e39ce354cd9 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 11 May 2023 10:38:08 +1000 Subject: [PATCH] Expose base types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3c9511f..45aabe3 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "types": "./inertia-helpers/index.d.ts" } }, + "types": "./dist/index.d.ts", "files": [ "/dist", "/inertia-helpers"