Add tests and implement behavior, to support multiple paths for one alias. Example: ```json { "compilerOptions": { "baseUrl": ".", "paths": { "@foo/*": ["src/foo/*", "src/another-foo/*", "src/one-more/*"], } } } ```
Add tests and implement behavior, to support multiple paths for one alias.
Example:
{ "compilerOptions": { "baseUrl": ".", "paths": { "@foo/*": ["src/foo/*", "src/another-foo/*", "src/one-more/*"], } } }