Skip to content

Commit

Permalink
Improve resolve performance with many files
Browse files Browse the repository at this point in the history
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: dividab/tsconfig-paths#225
  • Loading branch information
marvinhagemeister committed Jan 10, 2023
1 parent 6304ddc commit 237df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
}
}

0 comments on commit 237df0e

Please sign in to comment.