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",