Some typos in WebGLRenderer.d.ts

In “WebGLRendererParameters” annotation,

/**

  • default is true.
    */
    alpha?: boolean;

But it seems that the default is “false”.

This seems to be already fixed for the latest version of three.js (R115):