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

Unified Diff: web/apps/logdog-view/scripts-ts/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/apps/logdog-view/scripts-ts/tsconfig.json
diff --git a/web/apps/logdog-view/scripts-ts/tsconfig.json b/web/apps/logdog-view/scripts-ts/tsconfig.json
new file mode 100644
index 0000000000000000000000000000000000000000..93757bf7062fd782d360ebaa6cd6e34f83dc5889
--- /dev/null
+++ b/web/apps/logdog-view/scripts-ts/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "compilerOptions": {
+ "noImplicitAny": true,
+ "target": "ES5",
+ "baseUrl": "../inc/"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698