diff --git a/tsconfig.json b/tsconfig.json index 79da222..1b5eb20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "noFallthroughCasesInSwitch": true, "sourceMap": true, "paths": { - "docs": ["dist/docs"] + "docs": ["dist/docs"], + "@squidit/ngx-css": ["dist/@squidit/ngx-css"] }, "declaration": false, "downlevelIteration": true,