[babel__template] Use wildcards for scope path mappings (#48150)

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

View File

@ -17,11 +17,8 @@
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@babel/generator": [
"babel__generator"
],
"@babel/template": [
"babel__template"
"@babel/*": [
"babel__*"
]
}
},