yunke-yunfly / fast-typescript-to-jsonschema

typescript-to-jsonschema generates JSON Schema files from your Typescript sources.
MIT License
35 stars 2 forks source link

请问一下这个支持broswer环境嘛 ? #19

Closed slmyer closed 2 years ago

slmyer commented 2 years ago

最近也在看一些typescript转换成schema的,发现基本上都不支持browser环境。

HUxiaoAlinNG commented 2 years ago

目前不支持,因为代码里引用了 Node 内置方法 path、fs