From decaf8de463ed49728a7a89ee206db279da36ef7 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Thu, 24 Sep 2020 13:41:57 -0700 Subject: [PATCH] [babel__standalone] Use wildcards for scope path mappings (#48149) --- types/babel__standalone/tsconfig.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/types/babel__standalone/tsconfig.json b/types/babel__standalone/tsconfig.json index 244a9d6963..2dc4884f6f 100644 --- a/types/babel__standalone/tsconfig.json +++ b/types/babel__standalone/tsconfig.json @@ -14,20 +14,8 @@ "../" ], "paths": { - "@babel/standalone": [ - "babel__standalone" - ], - "@babel/core": [ - "babel__core" - ], - "@babel/generator": [ - "babel__generator" - ], - "@babel/template": [ - "babel__template" - ], - "@babel/traverse": [ - "babel__traverse" + "@babel/*": [ + "babel__*" ] }, "types": [],