As the title says, I have a codebase which contains TypeScript declare files, and want to convert them to typebox schema. However, after reading the docs, it seems that only single file conversion is supported, import syntax is not supported. So I would like to ask, if it is possible to add a func of converting a directory, which is very practical! Thanks in advance.