From ec83a53273da4d75bd1fc58f4fbebdf3ac21b010 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 17 Dec 2018 21:05:06 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbce8186fac..e1c9490f3c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,11 +90,11 @@ Library files in `built/local/` are updated by running jake ``` -The files in `lib/` are used to bootstrap compilation and usually do not need to be updated. +**Note**: The files in `lib/` are used to bootstrap compilation and usually do not need to be updated. -#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts` +#### Generated library files -These two files represent the DOM typings and are auto-generated. To make any modifications to them, please submit a PR to https://github.com/Microsoft/TSJS-lib-generator +The files `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts` both represent type declarations for the DOM and are auto-generated. To make any modifications to them, you will have to direct changes to https://github.com/Microsoft/TSJS-lib-generator ## Running the Tests