ThomasAribart / json-schema-to-ts

Infer TS types from JSON schemas 📝
MIT License
1.44k stars 31 forks source link

How to write the type definitions to files? #91

Closed sevencai closed 1 year ago

sevencai commented 1 year ago

Hi, thanks for this library.

I'm wondering if there's a way for me to output the FromSchema definition result into a file ?

I only need to transform the json schema and write it to my own typescript file.