rikukissa / typehole

TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values

Home Page:https://marketplace.visualstudio.com/items?itemName=rikurouvila.typehole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force interface names to PascalCase

rikukissa opened this issue · comments

Example to fix:

interface AutoDiscovered {
  available_tenants: IAvailable_tenants;
}

interface IAvailable_tenants {
  primary: IPrimary;
}

Fixed in 1.1.0