I came across a documentation issue on the TypeScript website at http://www.typescriptlang.org/docs/handbook/react-&-webpack.html. It provides instructions on how to set up React, Webpack with TypeScript, but following the guide leads to an error message:
ERROR in [at-loader] ./node_modules/@types/node/index.d.ts:815:38
TS2583: Cannot find name 'Set'.
Someone has found a solution to this problem (adding "lib": ["es5", "es6", "dom"]
in tsconfig.json), as mentioned on this Stack Overflow post about TS2304 Cannot find name 'Map', 'Set', 'Promise'. I would like to notify the TypeScript website about this issue and have it corrected in the documentation.
I want to make corrections to this documentation. How can I go about doing that?