From f779d76ed73db107c45271ff1ee12f6a62a636bf Mon Sep 17 00:00:00 2001 From: Karol Janyst Date: Fri, 27 Jan 2017 11:37:10 +0900 Subject: [PATCH] Set target compiler to 2.1 --- react-json-pretty/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-json-pretty/index.d.ts b/react-json-pretty/index.d.ts index 5ca8bbf13b..bf165faaf5 100644 --- a/react-json-pretty/index.d.ts +++ b/react-json-pretty/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/chenckang/react-json-pretty // Definitions by: Karol Janyst // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 import { ComponentClass, HTMLProps } from "react";