From 20a85521992096720ff9647a844c1dd3a65a214f Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 9 May 2016 13:52:25 -0700 Subject: [PATCH] Add typesRoot to all config files --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index effc71d..cca0e65 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "target": "es6", "noImplicitAny": true, "strictNullChecks": false, - "baseUrl": "../" + "baseUrl": "../", + "typesRoot": "../" } } \ No newline at end of file