Skip to content

Commit 83c3355

Browse files
Added 'README.md' files to 'lib' and 'src/lib'.
1 parent 51965b6 commit 83c3355

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

lib/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Read this!
2+
3+
These files are not meant to be edited by hand.
4+
If you need to make modifications, the respective files should be changed within the repository's top-level `src` directory.

src/lib/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Read this!
2+
3+
The files within this directory are used to generate `lib.d.ts` and `lib.es6.d.ts`.
4+
5+
## Generated files
6+
7+
Any files ending in `.generated.d.ts` aren't mean to be edited by hand.
8+
If you need to make changes to such files, make a change to the input files for our [library generator](https://github.com/Microsoft/TSJS-lib-generator).

0 commit comments

Comments
 (0)