fix path mapping for mem-fs-editor module

This commit is contained in:
ikokostya 2019-02-17 04:25:02 +03:00
parent 13315e4494
commit a9d384785f
2 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,7 @@
"../"
],
"paths": {
"lru-cache": [
"lru-cache/v4"
]
"lru-cache": ["lru-cache/v4"]
},
"types": [],
"noEmit": true,

View File

@ -12,6 +12,9 @@
"typeRoots": [
"../"
],
"paths": {
"lru-cache": ["lru-cache/v4"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true