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 |
|
Fix
- Remove
/// <reference path="..." />
in.d.ts
files
error TS2654: Exported external package typings file cannot contain tripleslash references. Please contact the package author to update the package definition.
1 |
|
/// <reference path="..." />
in .d.ts
files