From d8a13d0dc2488545f2461f9d2ff72b9e76979397 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 12 Jul 2016 13:54:56 -0700 Subject: [PATCH] Fix tsconfig files for new option name / behavior. Also fixes some inconsistent whitespace. --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 66fb879..3204b37 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",