prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
17 lines (13 loc) • 337 B
JavaScript
/*!
* Prisma Json Types Generator
* MIT License
* https://github.com/arthurfiorette/prisma-json-types-generator
*/
// Allows error stack traces to be readable if available
try {
if (process.sourceMapsEnabled === false) {
process.setSourceMapsEnabled(true);
}
} catch {}
require('./dist/generator.js');