diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index cd4be60e8e4..55c184f672f 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -505,8 +505,13 @@ interface TemplateStringsArray extends ReadonlyArray { readonly raw: ReadonlyArray; } +/** + * The type of `import.meta`. + * + * If you need to declare that a given property exists on `import.meta`, + * this type may be augmented via interface merging. + */ interface ImportMeta { - [propertyName: string]: any; } interface Math {