mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix path mapping for mem-fs-editor module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user