tsserver automatically reaches out to install type definitions. We'd like to disable this behaviour in our setup, so we can have reasonably reproducible builds and don't accidentally execute code off the internet.
PR #12373 suggests that a tsconfig.json entry {"typeAcquisition": {"enable": false}} might do the trick, but there are no docs on this.