From b8adfa8040dce13d9d848cf25a69dee8f369beb1 Mon Sep 17 00:00:00 2001 From: Christoph Spielmann Date: Sun, 27 Aug 2017 19:18:32 +0200 Subject: [PATCH] Make sure that at least version 2.3 of TypeScript is used... --- types/react-json/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-json/index.d.ts b/types/react-json/index.d.ts index 6887a948b8..0af43ad946 100644 --- a/types/react-json/index.d.ts +++ b/types/react-json/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/arqex/react-json // Definitions by: Christoph Spielmann // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 import * as React from 'react';