From 76d1722cb6bb50ec3dd4c169c60d2a1aaeba4669 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Sun, 15 Mar 2026 07:03:13 +0200 Subject: [PATCH] Export `CachifiedOptionsWithSchema` type to fix: > The inferred type of 'cache' cannot be named without a reference to '../../../../node_modules/@epic-web/cachified/dist/src/common'. This is likely not portable. A type annotation is necessary.ts(2742) When using `configure` --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 9fe1d68..ba5324c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ export type { CachifiedOptions, + CachifiedOptionsWithSchema, Cache, CacheEntry, CacheMetadata,