From 237df0e76748b6bdcceb8b9a0d6bd2278516c0ba Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Tue, 10 Jan 2023 12:59:47 +0100 Subject: [PATCH] Improve resolve performance with many files The version 4.1.1 of `tsconfig-paths` includes a performance fix, that can improve resolve speed by 10-20% in repositories with many files. See: https://github.com/dividab/tsconfig-paths/pull/225 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1044f1ea..c21035f20 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,6 @@ "minimatch": "^3.1.2", "object.values": "^1.1.6", "resolve": "^1.22.1", - "tsconfig-paths": "^3.14.1" + "tsconfig-paths": "^4.1.2" } }