Chromium Code Reviews| Index: web/inc/README.md |
| diff --git a/web/inc/README.md b/web/inc/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a3aa19e9e42281813bea7d9dcd181309f8e8eafd |
| --- /dev/null |
| +++ b/web/inc/README.md |
| @@ -0,0 +1,9 @@ |
| +== Include Directory == |
| +This directory is the default include directory for all apps. It is copied into |
| +the staging directory during the "build" phase. |
| + |
| +=== TypeScript === |
| +The `tsconfig.json` file in this directory is the common TypeScript |
| +configuration file for the TypeScript files in this directory. It is **not** |
| +used in actual apps; rather, the app's local `scripts-ts/tsconfig.json` is |
| +used to build TypeScript for an app. |