From b2833ebc363e03b69b44ad36ca1a549c9260b0e0 Mon Sep 17 00:00:00 2001 From: Ibrahim F Date: Fri, 3 Dec 2021 01:30:44 +0400 Subject: [PATCH] Update readme --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ce8b760..9190c64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,11 +4,11 @@ "compilerOptions": { "paths": { "main-cap-image-cache": [ - "./dist/cap-image-cache/cap-image-cache", - "./dist/cap-image-cache" + "dist/cap-image-cache/cap-image-cache", + "dist/cap-image-cache" ] }, - "baseUrl": ".", + "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true,