mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix path mapping for mem-fs-editor module
This commit is contained in:
parent
13315e4494
commit
a9d384785f
@ -13,9 +13,7 @@
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"lru-cache": [
|
||||
"lru-cache/v4"
|
||||
]
|
||||
"lru-cache": ["lru-cache/v4"]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
|
||||
@ -12,6 +12,9 @@
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"paths": {
|
||||
"lru-cache": ["lru-cache/v4"]
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user