diff --git a/packages/core/math/tsconfig.json b/packages/core/math/tsconfig.json index b1221ad1d..363798d5a 100644 --- a/packages/core/math/tsconfig.json +++ b/packages/core/math/tsconfig.json @@ -10,6 +10,5 @@ "include": ["src/**/*"], "exclude": [], "references": [ - // { "path": "../logger" }, ] } diff --git a/packages/ui/icon/package.json b/packages/ui/icon/package.json index 87ae0bdc2..cb52cb204 100644 --- a/packages/ui/icon/package.json +++ b/packages/ui/icon/package.json @@ -37,6 +37,7 @@ }, "dependencies": { "@alwatr/element": "^0.24.0", + "@alwatr/fetch": "^0.24.0", "lit": "~2.4.1", "tslib": "~2.4.1" } diff --git a/packages/ui/icon/tsconfig.json b/packages/ui/icon/tsconfig.json index 0416ccc5c..23d461ad3 100644 --- a/packages/ui/icon/tsconfig.json +++ b/packages/ui/icon/tsconfig.json @@ -11,7 +11,7 @@ "exclude": [], "references": [ { - "path": "../../core/element" + "path": ["../../core/element", "../../core/fetch"], } ] }