Skip to content

Commit

Permalink
re-add lib to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 26, 2023
1 parent 98d1176 commit da05e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit da05e05

Please sign in to comment.