You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
Hi, I'm planning to use prisma2 in a project with ES Modules.
I think it would be useful if I can specify a typescript config file used in prisma2 generate since I have to get rid of CommonJS terms such as exports, require, and so on, which are likely to be removed from Node.js when --experimental-modules flag is enabled.