Currently in the process of transitioning from VS 2013 with TS 1.8 to VS 2017 with TS 2.5.
As part of this update, it appears that I need to upgrade typings for react and other dependencies.
Unfortunately, the new typings are utilizing commonjs :
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
The previous typings did not use any module system.
Is there a way to convert commonjs d.ts files into "no modules" d.ts files?