How to change indent size for typescript layer in Spacemacs?

by hsribei secret
macOS ◆ xterm-256color ◆ bash 588 views

I have a tsfmt.json file with

{
  "indentSize": 2,
  "tabSize": 2
}

which does get picked up appropriately by tide when running M-x tide-format.

But when I start a new line by pressing RET or ‘o’, it gets indented 4 spaces. How do I change this?