[mozilla-readability] add path mapping to parse5@4

This commit is contained in:
andy.patterson
2018-06-11 08:36:04 -04:00
parent ac70f844f0
commit 85282c462b
+5 -2
View File
@@ -15,10 +15,13 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"paths": {
"parse5": [ "parse5/v4" ]
}
},
"files": [
"index.d.ts",
"mozilla-readability-tests.ts"
]
}
}