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

Unified Diff: web/inc/tsconfig.json

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/tsconfig.json
diff --git a/web/inc/tsconfig.json b/web/inc/tsconfig.json
new file mode 100644
index 0000000000000000000000000000000000000000..3825444748b5a31b1c2fe55c1de64eb05bfefe00
--- /dev/null
+++ b/web/inc/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "compilerOptions": {
+ "noImplicitAny": true,
+ "target": "ES5",
+ "baseUrl": "."
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698