How to manually generate "jsconfig.json"?

I’m developing a theme as a Hugo module. Since I have node modules and Hugo modules as dependencies. I would like to use them in my Typescript and SCSS sources. Hugo automatically generates an “assets/jsconfig.json” for websites, but I don’t know how to manually generate for Hugo modules.