Explore Library
Code QuizIntermediate

Triple-Slash Reference Syntax

Fixing a malformed reference directive that the compiler ignores.

Codetypescript
// <reference path="./globals.d.ts" />

const version: MyGlobal = init();

What is the bug in this reference directive?