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