Added 'README.md' files to 'lib' and 'src/lib'.

This commit is contained in:
Daniel Rosenwasser 2015-11-02 16:57:57 -08:00
parent 51965b66d2
commit 83c33551ae
2 changed files with 12 additions and 0 deletions

4
lib/README.md Normal file
View file

@ -0,0 +1,4 @@
# Read this!
These files are not meant to be edited by hand.
If you need to make modifications, the respective files should be changed within the repository's top-level `src` directory.

8
src/lib/README.md Normal file
View file

@ -0,0 +1,8 @@
# Read this!
The files within this directory are used to generate `lib.d.ts` and `lib.es6.d.ts`.
## Generated files
Any files ending in `.generated.d.ts` aren't mean to be edited by hand.
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).