diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 14d5254e1e9..019349da2eb 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -206,7 +206,9 @@ namespace ts { IntrinsicElements: "IntrinsicElements", ElementClass: "ElementClass", ElementAttributesPropertyNameContainer: "ElementAttributesProperty", - Element: "Element" + Element: "Element", + IntrinsicAttributes: "IntrinsicAttributes", + IntrinsicClassAttributes: "IntrinsicClassAttributes" }; let subtypeRelation: Map = {};