Closed gotson closed 7 years ago
Hello,
when installing the latest version from npm, the file index.d.ts is not present at the root of the webstomp-client folder in node_modules.
index.d.ts
webstomp-client
node_modules
I'm importing the module in an Angular2 app like this: import * as WebStomp from 'webstomp-client';
import * as WebStomp from 'webstomp-client';
It works fine if i add the file index.d.ts manually though.
Ho I'm sorry I forgot to add the *.ts inside package.json files attribute
*.ts
files
Hello,
when installing the latest version from npm, the file
index.d.ts
is not present at the root of thewebstomp-client
folder innode_modules
.I'm importing the module in an Angular2 app like this:
import * as WebStomp from 'webstomp-client';
It works fine if i add the file
index.d.ts
manually though.