Closed
Description
Hi,
Thanks for the great library, and sorry if this question has already been answered in the docs (I was not able to find anything as far as I know).
Is it possible to perform batch compilation? For example, with the following directory structure:
+- json_schema
+-foo.json
+-bar.json
is it possible to create the following output?
+- json_schema
+-foo.json
+-foo.d.ts
+-bar.json
+-bar.d.ts
Thanks again for all the great work on this project. It's very much appreciated.