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