Update CONTRIBUTING.md

This commit is contained in:
Daniel Rosenwasser 2018-12-17 21:05:06 -08:00 committed by GitHub
parent 65b230e5ab
commit ec83a53273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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