I am having trouble understanding importing npm packages. I see that the new RC requires us to install @types/
I am trying to use dragula and I used
"npm install @types/dragula --save --save-exact’
However, I cannot seem to put it anywhere, declarations, imports, bootstrap, nor provider. Can anyone help?