Is there a way to tell PhpStorm 10 where the TypeScript definition files are using tsconfig.json so it would use them for autocomplete suggestions?
I've installed npm package @types/jquery.
npm install --save @types/jquery
- PhpStorm 10
- TypeScript compiler v1.7.3 (bundled)
- Node v6.10.3
For actual compiling I'm using Webpack and TypeScript 2.0