documentation
                                
                                 documentation copied to clipboard
                                
                                    documentation copied to clipboard
                            
                            
                            
                        @typedef imports not working
Is it possible to make the following code work?
/**
 * @typedef { import("@organization/package/path") } Config
 * /
It isn't supported at this point, for sure. This project mainly tracks usejsdoc, which doesn't include this syntax, whereas I'm guessing this is a TypeScript addition to the jsdoc idea.
Thanks, that's correct AFAIK. Feel free to close this if it's not on the roadmap.