prisma-json-types-generator
Version:
Changes JsonValues to your custom typescript type
17 lines (13 loc) • 341 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
if (process.env.NODE_ENV === undefined) {
try {
require('source-map-support').install();
} catch {}
}
require('./dist/generator.js');