json-schema-to-typescript
json-schema-to-typescript copied to clipboard
Question: is it possible to split one big JSON schema into multiple *.d.ts files?
Hello @bcherny, I have a single big JSON schema file including about 150 definitions. Is that possible to split the definition of each class into their own .d.ts file? It will be great if you can just point me to an example and your help is greatly appreciated! Thanks a lot!