From 9aa9b719aede606c60654f98f6d0da66fd67ed99 Mon Sep 17 00:00:00 2001 From: Abir Date: Wed, 24 Aug 2022 18:16:05 +0530 Subject: [PATCH] fix: remove unused alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej UrbaƄczyk --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 36b5f93..15aa78b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,6 @@ "lib": [ "esnext" ], - "paths": { - "@types":["./src/types"] - }, "composite": true, "declaration": true, "allowJs": true,