From 4dfdf7fd11c1c5ebf2dc39c7eecebde1374ae7e5 Mon Sep 17 00:00:00 2001 From: Roman Ternavskyi Date: Mon, 1 Aug 2022 12:42:09 +0300 Subject: [PATCH] Fix build error --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 718c9f1..c9f1094 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,10 +13,7 @@ "declaration": false, "downlevelIteration": true, "paths": { - "ngx-flow": [ - "dist/ngx-flow/ngx-flow", - "dist/ngx-flow" - ] + "@flowjs/ngx-flow": ["dist/ngx-flow"] }, "experimentalDecorators": true, "moduleResolution": "node",