From 1860916b39a35aa2c40f7d63c04a382934145ecf Mon Sep 17 00:00:00 2001 From: James <5511220+Zamiell@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:45:21 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35e780c..b4aca64 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Because no simple official api exists and tsconfig isn't actual json. - [x] convert tsconfig to actual json and parse it - [x] resolve "extends" - [x] resolve "references" of solution-style tsconfig +- [x] resolve ["${configDir}" variable](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#the-configdir-template-variable-for-configuration-files) - [x] optional caching for improved performance - [x] optional findNative and parseNative to use official typescript api - [x] zero dependencies (typescript optional)