Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: web/inc/README.md

Issue 2543323004: Rewrite LogDog log viewer app. (Closed)
Patch Set: Control all fetch sizes, fix follow on initial click, fix small fetch when auth is retrid. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698