TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

npm readmes should mention steps to take when `types` is set explicitly in the TS config

Open benediktwerner opened this issue 3 years ago • 1 comments

When types is set explicitly in the TS config, the two simple installation steps described in the npm readmes (e.g. for @types/web) aren't enough. You also need to add "web" to the types list. This should be mentioned in the READMEs.

benediktwerner avatar Sep 15 '21 03:09 benediktwerner

Yeah, makes sense - with TS 4.5 we'll have a much cleaner setup process too but adding that to the README can probably happen in a different PR.

orta avatar Sep 15 '21 08:09 orta