devsullo / ng2-STOMP-Over-WebSocket

STOMP Over WebSocket service for angular2
http://devsullo.com/github/angular2-stomp-over-websocket-service/
MIT License
37 stars 14 forks source link

Remove Typescript file from build #5

Open DanielKucal opened 7 years ago

DanielKucal commented 7 years ago

There is .ts file in npm package what can cause troubles with some unspecified Typescript compiler config: https://stackoverflow.com/questions/44377617/unable-to-find-typings-d-ts-and-declare-modules-in-angular-2-typescript-app/44380574#44380574 I suggest to add .npmignore file with the following contents:

*.ts
!*.d.ts
.DS_Store
.DS_Store?
gulpfile.js
/node_modules/*

Thanks in advance for cooperation.

jvincilione commented 6 years ago

This needs to be done, angular 5 won't build properly with these files.