From a9d384785f08917d86dcbf3844f592ecd7f9a950 Mon Sep 17 00:00:00 2001 From: ikokostya Date: Sun, 17 Feb 2019 04:25:02 +0300 Subject: [PATCH] fix path mapping for mem-fs-editor module --- types/ejs/tsconfig.json | 4 +--- types/mem-fs-editor/tsconfig.json | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/types/ejs/tsconfig.json b/types/ejs/tsconfig.json index 4b1ff17f10..8724ff1613 100644 --- a/types/ejs/tsconfig.json +++ b/types/ejs/tsconfig.json @@ -13,9 +13,7 @@ "../" ], "paths": { - "lru-cache": [ - "lru-cache/v4" - ] + "lru-cache": ["lru-cache/v4"] }, "types": [], "noEmit": true, diff --git a/types/mem-fs-editor/tsconfig.json b/types/mem-fs-editor/tsconfig.json index 52623549e4..3f6396792c 100644 --- a/types/mem-fs-editor/tsconfig.json +++ b/types/mem-fs-editor/tsconfig.json @@ -12,6 +12,9 @@ "typeRoots": [ "../" ], + "paths": { + "lru-cache": ["lru-cache/v4"] + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true