From da05e05468114806d633d1edce98ed4bd9bf043f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Marcili?= Date: Fri, 25 Aug 2023 22:37:58 -0300 Subject: [PATCH] re-add lib to ts --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,