How can I get WebStorm IDE to give me code completion for libraries that I've downloaded.
As you can see angularjs-DefinitelyTyped
and jQuery-DefinitelyTyped
have been downloaded.
Now I believe that I have to reference the definition file in my .ts files.
But, where WebStorm saves the definition files so I can reference them in my code?
Thank you!