mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Update CONTRIBUTING.md
respond to review comments
This commit is contained in:
@@ -41,9 +41,9 @@ To build the library files, run
|
||||
jake lib
|
||||
```
|
||||
|
||||
`src\lib\dom.generated.d.ts` and `webworker.generated.d.ts`:
|
||||
`src\lib\dom.generated.d.ts` and `src\lib\webworker.generated.d.ts`:
|
||||
|
||||
These two files represent the DOM typings and are auto-generated. To make any modifications to them, please update the generation script in https://github.com/Microsoft/TSJS-lib-generator
|
||||
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
|
||||
|
||||
## Running the Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user