From 85282c462b2ea6382daca15692d327bab548bd8f Mon Sep 17 00:00:00 2001 From: "andy.patterson" Date: Mon, 11 Jun 2018 08:36:04 -0400 Subject: [PATCH] [mozilla-readability] add path mapping to parse5@4 --- types/mozilla-readability/tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/types/mozilla-readability/tsconfig.json b/types/mozilla-readability/tsconfig.json index 6ec688cf2f..9679936061 100644 --- a/types/mozilla-readability/tsconfig.json +++ b/types/mozilla-readability/tsconfig.json @@ -15,10 +15,13 @@ ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "paths": { + "parse5": [ "parse5/v4" ] + } }, "files": [ "index.d.ts", "mozilla-readability-tests.ts" ] -} \ No newline at end of file +}