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
Some checks failed
armco-org/node-starter-kit/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user