我应该在哪里放置 WebStorm 的 `typescript` 包来获取它
Where should I put `typescript` package for WebStorm to pick it up
In the Configure TypeScript Compiler dialog box that opens, choose one
of the following options:
- Detect: if you choose this option, WebStorm
searches for a typescript package in the current project. If a
typescript package is found, WebStorm uses it. Otherwise the default
bundled package is used. This option is chosen by default.
我已将 typescript
机器人放入项目根目录中的 typescript
和 node_modules/typescript
。但是 IDE 似乎没有接受它。它使用捆绑的 2.0.8 版本。为什么?
这里是我的 WebStorm 版本详细信息:
WebStorm 2016.3.2
Build #WS-163.9166.30, built on December 12, 2016
Licensed to Maximus Koretskyi
You have perpetual fallback license for this version
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
typescript
包应该位于项目根目录的 node_modules
文件夹中。
In the Configure TypeScript Compiler dialog box that opens, choose one of the following options:
- Detect: if you choose this option, WebStorm searches for a typescript package in the current project. If a typescript package is found, WebStorm uses it. Otherwise the default bundled package is used. This option is chosen by default.
我已将 typescript
机器人放入项目根目录中的 typescript
和 node_modules/typescript
。但是 IDE 似乎没有接受它。它使用捆绑的 2.0.8 版本。为什么?
这里是我的 WebStorm 版本详细信息:
WebStorm 2016.3.2
Build #WS-163.9166.30, built on December 12, 2016
Licensed to Maximus Koretskyi
You have perpetual fallback license for this version
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
typescript
包应该位于项目根目录的 node_modules
文件夹中。