From 52b25a5437723f51382ea04b60e8ebde2fa54c80 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 9 Nov 2015 13:16:59 -0800 Subject: [PATCH] WIP --- src/compiler/checker.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {};