Skip to content

Commit ab311c0

Browse files
authored
fix(js): normalize tsconfig include paths correctly in @nx/js/typescript plugin (#30496)
## Current Behavior The `@nx/js/typescript` plugin infers incorrect inputs for tsconfig `include` patterns when their last segment doesn't contain a wildcard or an extension (e.g. `"include": ["src"]`). ## Expected Behavior The `@nx/js/typescript` plugin should [normalize such `include` patterns](https://www.typescriptlang.org/tsconfig/#include) and infer valid inputs. ## Related Issue(s) Fixes #30014
1 parent 9cd7579 commit ab311c0

File tree

2 files changed

+864
-9
lines changed

2 files changed

+864
-9
lines changed

0 commit comments

Comments
 (0)