Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(js): add default baseUrl when extracting tsconfig.base.json or bu…
…ilding libs will fail (#26432) This PR ensures that `"rootDir": "."` is set in `tsconfig.base.json` is set, or else generating libs in a standalone project will fail with and error like this: ``` error TS5090: Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'? ``` ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
- Loading branch information