This repository was archived by the owner on May 10, 2018. It is now read-only.
This repository was archived by the owner on May 10, 2018. It is now read-only.
(Optionally) include typeDefs in generated .ts (.js) file #48
Open
Description
I'd like to use my own bindings in the browser, but the typeDefs aren't available (fs.readFile
). A solution is to import the typeDefs separately (fetch
in the browser). But I'd prefer to have the typedefs available in the generated .ts
file, like Prisma does.
Could this be included in the default generator? (binding-ts
) .
(Or maybe have this available as option for the default generator)