π Search Terms
"cli", "tsc", "build mode", "path"
π Version & Regression Information
- This changed between versions 3.0 and 3.1 (LOL) and continue to 5.9.2
β― Playground Link
https://github.com/GongT/issues/tree/typescript-path-at-char
π» Code
# all this is ok
tsc -p @scoped/package/src
tsc -b xxx@yyy/package/src
cd @scoped ; tsc -p package/src
# this is not
tsc -b @scoped/package/src
π Actual behavior
error TS5083: Cannot read file 'scoped/package/src'.
π Expected behavior
It should read @scoped/package/src(/tsconfig.json)
Additional information about the issue
No response
π Search Terms
"cli", "tsc", "build mode", "path"
π Version & Regression Information
β― Playground Link
https://github.com/GongT/issues/tree/typescript-path-at-char
π» Code
π Actual behavior
error TS5083: Cannot read file 'scoped/package/src'.
π Expected behavior
It should read
@scoped/package/src(/tsconfig.json)Additional information about the issue
No response