-
fix(js): add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
发布于
2024-06-06 20:10:36 +00:00 This PR ensures that
"rootDir": "."is set intsconfig.base.jsonis
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
Expected Behavior
Related Issue(s)
Fixes #
下载附件