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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "compilerOptions": {
3 "noImplicitAny": true,
4 "target": "ES5",
5 "baseUrl": "../inc/"
6 }
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698