For code bases using modules, it would be safe to emit only modules and their dependencies, but not the whole solution. Moreover, the `--isolatedModules` flag ensures that the output is safe to only emit a single file.
For code bases using modules, it would be safe to emit only modules and their dependencies, but not the whole solution.
Moreover, the
--isolatedModulesflag ensures that the output is safe to only emit a single file.