Merge pull request #5503 from Microsoft/libReadmes

Add 'README.md' files to 'lib' and 'src/lib'.
This commit is contained in:
Daniel Rosenwasser
2015-11-02 17:45:10 -08:00
3 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
built
doc
lib/README.md
scripts
src
tests

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).