According to the information on this webpage:
The Configure TypeScript Compiler dialog box provides two options:
- Detect: WebStorm will look for a typescript package within the current project. If it finds one, it will use that package. Otherwise, it will default to the bundled package. This option is selected by default.
Even though I have placed `typescript` both in the `typescript` directory and `node_modules/typescript` at the root of my project, the IDE still uses the bundled version 2.0.8. Why is this happening?
Here are the details of my WebStorm version:
WebStorm 2016.3.2
Build #WS-163.9166.30, created on December 12, 2016
Licensed to Maximus Koretskyi
I have a lifetime license for this version
My subscription is active until October 16, 2018
JRE: 1.8.0_73-b02 amd64
JVM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation