We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd71b7 commit 5df8a0dCopy full SHA for 5df8a0d
docs/documentation/stories/rc.0-update.md
@@ -297,6 +297,14 @@ beforeLaunch: function() {
297
},
298
```
299
300
+These configs have an `types` array where you should add any package you install via `@types/*`.
301
+This array helps keep typings isolated to the apps that really need them and avoid problems with
302
+duplicate typings.
303
+
304
+For instance, the unit test `tsconfig` has `jasmine` and `node`, which correspond to
305
+`@types/jasmine` and `@types/node`.
306
+Add any typings you've installed to the appropriate `tsconfig` as well.
307
308
## package.json
309
310
We've updated a lot of packages over the last months in order to keep projects up to date.
0 commit comments