You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,11 @@ Library files in `built/local/` are updated by running
90
90
jake
91
91
```
92
92
93
-
The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
93
+
**Note**: The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
94
94
95
-
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
95
+
#### Generated library files
96
96
97
-
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
97
+
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 tohttps://github.com/Microsoft/TSJS-lib-generator
0 commit comments