module-builder icon indicating copy to clipboard operation
module-builder copied to clipboard

fix: load non relative tsconfig

Open FRSgit opened this issue 1 month ago • 2 comments

fixes #267 (at least in some cases)

Currently, the loadTSCompilerOptions method does not handle correctly tsconfig.json "extends" field when it contains reference to an npm package.

Examples of such "extends": "extends": "@something/my-config/tsconfig.json" "extends": "@something/my-config/base.json" "extends": "@something/my-config"

With this change the script handles those cases correctly and (at least for me) fixes issue #267

FRSgit avatar May 17 '24 18:05 FRSgit