mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[babel__template] Use wildcards for scope path mappings (#48150)
This commit is contained in:
parent
decaf8de46
commit
b5211cca7b
@ -17,11 +17,8 @@
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"paths": {
|
||||
"@babel/generator": [
|
||||
"babel__generator"
|
||||
],
|
||||
"@babel/template": [
|
||||
"babel__template"
|
||||
"@babel/*": [
|
||||
"babel__*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user