TS2654

error TS2654: Exported external package typings file cannot contain tripleslash references. Please contact the package author to update the package definition.

Broken Code ❌

1
/// <reference path="../../../typings/index.d.ts" />

Fix

Video Tutorial