diff --git a/tsconfig.json b/tsconfig.json index 948d458..fef4d9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,10 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": ["../"] + "typesSearchPaths": [ + "../" + ], + "noEmit": true }, "files": [ "index.d.ts",