From 646cf7a14da9cdbf049c02fe60255951f3e87e4e Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 24 Dec 2016 16:52:31 +0100 Subject: [PATCH] Add typeRoots to tsconfig.json --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 825263d..d4a4dcf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,11 @@ "rootDir": "src", "strictNullChecks": true, "noImplicitThis": true, - "noImplicitReturns": true + "noImplicitReturns": true, + "typeRoots": [ + "typings/modules", + "typings/globals" + ] }, "exclude": [ "node_modules",