You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ENOENT: no such file or directory, stat '/home/x/y/z/packaages/config/typescript/@tsconfig/strictest/tsconfig.json'
at statSync (node:fs:1666:25)
at getTsConfigCacheKey [...]
@kylecarhart given the current implementation only resolves relative paths, the only workaround would be to set a relative path to the tsconfig file you're extending from.
Current Behavior
Resolving the extends of a tsconfig is path relative only.
Expected Behavior
\following https://www.typescriptlang.org/tsconfig/#extends
On can extends from a node module
GitHub Repo
No response
Steps to Reproduce
@tsconfig/strictest
(or another github.com/tsconfig/bases)"extends": "@tsconfig/strictest/tsconfig.json",
💥
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
See https://www.typescriptlang.org/tsconfig/#extends
The text was updated successfully, but these errors were encountered: