typescript-formatter
typescript-formatter copied to clipboard
Add support for insertSpaceAfterOpeningAndBeforeClosingEmptyBraces
trafficstars
Fixes #166
This change allows configuring the insertSpaceAfterOpeningAndBeforeClosingEmptyBraces formatting option
To add support for this etting, I also had to pick up a newer TS version that includes this setting. The new TS version in turn required updating @types/node and fixing as few new compile errors