From c2c51e8df8f87b6e6933e5fceeebfb65750026d5 Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Sun, 18 Jan 2026 20:45:57 +0530 Subject: [PATCH] fix: add triple-slash reference to globals.d.ts for consuming projects --- v2/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/index.ts b/v2/index.ts index cbcd50a..725ef9f 100644 --- a/v2/index.ts +++ b/v2/index.ts @@ -5,6 +5,8 @@ * Global types are automatically available via globals.d.ts */ +/// + // Side-effect import to ensure global type augmentation is loaded // This triggers TypeScript to process globals.d.ts import type {} from './globals'