Version
Details
When using bundle: false, the TS path aliases are not being correctly generated in the build.
When using bundle: true, it generates correctly, but it is not what I want.
{
"extends": "@repo/tsconfig/react.json",
"include": ["src", "stories"],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}
-
rslib config

-
rslib output

-
build script
rslib build