pub fn default_lib_dir() -> Result<PathBuf, Error>Expand description
Get the default lib directory.
Searches in order:
TSZ_LIB_DIRenvironment variable- Relative to the executable
- Relative to current working directory
- TypeScript/src/lib in the source tree