[babel__standalone] Use wildcards for scope path mappings (#48149)

This commit is contained in:
Jack Bates 2020-09-24 13:41:57 -07:00 committed by GitHub
parent 69d36a72e7
commit decaf8de46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": [],