From d2bfef2e84133af488950ef840887a3d03a9449f Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Mon, 2 May 2022 13:17:36 -0400 Subject: [PATCH] chore: add PR #199 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf4fde..29332f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Add `cwd` option to `register` function that overrides where the `tsconfig.json` search begins. See PR [#205](https://github.com/dividab/tsconfig-paths/pull/205). +- Support `jsconfig.json` files. See PR [#199](https://github.com/dividab/tsconfig-paths/pull/199). ## [3.14.1] - 2022-03-22