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'