From f6def991608a38ca6b302bd4d2ffd7228dbcf306 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 25 Sep 2020 10:48:12 -0700 Subject: [PATCH] [egjs__axes] Use wildcards for scope path mappings (#48180) --- types/egjs__axes/tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/types/egjs__axes/tsconfig.json b/types/egjs__axes/tsconfig.json index 55f6354b59..caf431c230 100644 --- a/types/egjs__axes/tsconfig.json +++ b/types/egjs__axes/tsconfig.json @@ -17,11 +17,8 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@egjs/component": [ - "egjs__component" - ], - "@egjs/axes": [ - "egjs__axes" + "@egjs/*": [ + "egjs__*" ] } },