SIGN IN SIGN UP

build: remove rootDir from root configuration

Removing the rootDir option from the root tsconfig.json allows the TypeScript compiler to automatically compute the root directory based on the common path of all input files. This provides more flexibility in monorepo setups where files span across multiple top-level directories like packages and modules, avoiding strict location constraints that may not apply to all build targets.
C
Charles Lyding committed
bf9476484f7760b1961f827bd5b9ddd59b522f79
Parent: a5e1e48