TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

Upgrade TypeScript to version 2.6 and fixate the dependency #58

Closed jnolles closed 5 years ago

jnolles commented 6 years ago

The way typescript was referenced the most recent 2.x version was automatically installed (^2.3.4). I fixed the build with version 2.6 and fixated the dependency on version 2.6.x (~2.6.2).

Also updated the .gitattributes for working with Node on a Windows system :-)