From f55a0d804ff9ac2d1dd736c1b8ea1e8adbddd501 Mon Sep 17 00:00:00 2001 From: Sa-ryong Kang Date: Sun, 16 Jul 2017 19:26:44 +0900 Subject: [PATCH] downgrade target TypeScript version to 2.3 from Sa-ryong/react-daum-postcode --- types/react-daum-postcode/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-daum-postcode/index.d.ts b/types/react-daum-postcode/index.d.ts index e318a0a8c3..6f3ea43b9d 100644 --- a/types/react-daum-postcode/index.d.ts +++ b/types/react-daum-postcode/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/kimminsik-bernard/react-daum-postcode // Definitions by: Sa-ryong Kang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 +// TypeScript Version: 2.3 import { Component } from 'react';