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
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ Your pull request should:
34
34
35
35
## Contributing `lib.d.ts` fixes
36
36
37
-
The library sources are in: [src\lib\](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
37
+
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
38
38
39
39
To build the library files, run
40
40
```Shell
41
41
jake lib
42
42
```
43
43
44
-
`src\lib\dom.generated.d.ts` and `src\lib\webworker.generated.d.ts`:
44
+
### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
45
45
46
46
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
0 commit comments