pgtyped icon indicating copy to clipboard operation
pgtyped copied to clipboard

Configure naming schema for generated interfaces

Open tbo opened this issue 3 years ago • 1 comments

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?

tbo avatar Jan 08 '22 13:01 tbo

Here's an official reference for this being considered bad style in TS: https://github.com/microsoft/TypeScript-Handbook/issues/121

danvk avatar Mar 02 '22 17:03 danvk