mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[babel__standalone] Use wildcards for scope path mappings (#48149)
This commit is contained in:
parent
69d36a72e7
commit
decaf8de46
@ -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": [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user