fix: add triple-slash reference to globals.d.ts for consuming projects
Some checks failed
armco-org/node-starter-kit/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-18 20:45:57 +05:30
parent 3b9e777747
commit c2c51e8df8

View File

@@ -5,6 +5,8 @@
* Global types are automatically available via globals.d.ts
*/
/// <reference path="./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'