afrad / angular2-websocket

Websocket wrapper for angular2 based on angular-websocket
Apache License 2.0
210 stars 84 forks source link

compile without generating *.d.ts #71

Closed adrhc closed 7 years ago

adrhc commented 7 years ago

The generated .d.ts is not the best one so when compiling sometimes one might want to keep the current .d.ts. The compile-no-dts script compiles without complaining of existing *.d.ts file.