typesRoots -> typeRoots
This commit is contained in:
chenglong 2016-12-19 02:37:50 -06:00 committed by Patrick Zhong
parent 2cb8b9447b
commit f2ad5fccee

View File

@ -102,7 +102,7 @@
`node_modules/@types`文件夹下以及它们子文件夹下的所有包都是*可见的*
也就是说,`./node_modules/@types/``../node_modules/@types/`和`../../node_modules/@types/`等等。
如果指定了`typesRoots`*只有*`typesRoots`下面的包才会被包含进来。
如果指定了`typeRoots`*只有*`typeRoots`下面的包才会被包含进来。
比如:
```json