francescov1 / mongoose-tsgen

A plug-n-play Typescript generator for Mongoose.
102 stars 24 forks source link

Usage with javascript ? #113

Closed gaurav5430 closed 1 year ago

gaurav5430 commented 1 year ago

I have a javascript library. I want to generate types for it, so that the library consumers can get the types. Can i use mongoose-tsgen for this purpose?

For now, it gives me an error about missing tsconfig if i try to run it in a javascript project

francescov1 commented 1 year ago

Hi @gaurav5430, unfortunately there is no way to use this library with JS as it depends on the Typescript Abstract Syntax Tree