From 4039f599e718bc4eb9a25fe28f6bce9011d1b62e Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 9 May 2016 18:06:27 -0700 Subject: [PATCH] Change relative reference paths to types references. Errors incoming... --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 224d101..948d458 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesRoot": "../" + "typesSearchPaths": ["../"] }, "files": [ "index.d.ts",