diff --git a/tsconfig.json b/tsconfig.json index 66fb879..3204b37 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,12 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": [ + "typeRoots": [ "../" ], + "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts",