pgtyped
pgtyped copied to clipboard
Configure naming schema for generated interfaces
This project enforces the I
prefix on generated interfaces, but some projects might have different naming conventions. Is it possible to configure the naming schema for these?
Here's an official reference for this being considered bad style in TS: https://github.com/microsoft/TypeScript-Handbook/issues/121