diff --git a/types/babel__template/tsconfig.json b/types/babel__template/tsconfig.json index 50fce77ad8..b1330346ac 100644 --- a/types/babel__template/tsconfig.json +++ b/types/babel__template/tsconfig.json @@ -17,11 +17,8 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "@babel/generator": [ - "babel__generator" - ], - "@babel/template": [ - "babel__template" + "@babel/*": [ + "babel__*" ] } },