pub fn parse_tsconfig_root_dir(root: &Path) -> Option<String>
Parse tsconfig.json at the project root and extract compilerOptions.rootDir.
tsconfig.json
compilerOptions.rootDir
Returns None if the file is missing, malformed, or has no rootDir set.
None
rootDir