From 32deb5981e42ea8e369c7d7644cc2728d4f03361 Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Sat, 8 Apr 2017 23:01:54 +0300 Subject: [PATCH] Update tsconfig.json --- types/prop-types/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/prop-types/tsconfig.json b/types/prop-types/tsconfig.json index b121f84a5e..744824bc52 100644 --- a/types/prop-types/tsconfig.json +++ b/types/prop-types/tsconfig.json @@ -1,7 +1,7 @@ { "files": [ "index.d.ts", - "types-tests.ts" + "prop-types-tests.ts" ], "compilerOptions": { "module": "commonjs",