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

Side by Side Diff: tsconfig.json

Issue 2225953002: Strip more unused features. (Closed) Base URL: git@github.com:dart-lang/js_facade_gen.git@master
Patch Set: Created 4 years, 4 months 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
« package.json ('K') | « test/type_test.ts ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "compilerOptions": { 2 "compilerOptions": {
3 "module": "commonjs", 3 "module": "commonjs",
4 "moduleResolution": "node", 4 "moduleResolution": "node",
5 "noEmit": true, 5 "noEmit": true,
6 "noEmitOnError": true, 6 "noEmitOnError": true,
7 "noImplicitAny": true, 7 "noImplicitAny": true,
8 "allowUnreachableCode": false 8 "allowUnreachableCode": false,
9 "target": "es5"
9 }, 10 },
10 "exclude": [ 11 "exclude": [
11 "node_modules", 12 "node_modules",
12 "build", 13 "build",
13 "test/e2e" 14 "test/e2e"
14 ] 15 ]
15 } 16 }
OLDNEW
« package.json ('K') | « test/type_test.ts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698