From 59691bfa7d38563a980bc2fb7bcdd0859ee9d9eb Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 18 Sep 2018 23:32:44 -0400 Subject: [PATCH] Update TypeScript --- types/react-reconciler/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-reconciler/index.d.ts b/types/react-reconciler/index.d.ts index 109f243a88..bb1efeaead 100644 --- a/types/react-reconciler/index.d.ts +++ b/types/react-reconciler/index.d.ts @@ -2,7 +2,7 @@ // Project: https://reactjs.org/ // Definitions by: Nathan Bierema // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.0 export { default } from './ReactFiberReconciler';