Skip to content

Commit

Permalink
build: fix TS 2.6 compilation error in tree (#10096)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and josephperrott committed Feb 22, 2018
1 parent f33e2a2 commit a25786d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cdk/tree/tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"strictMetadataEmit": false, // Workaround for Angular #22210
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/cdk/tree",
"skipTemplateCodegen": true
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tree/tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"strictMetadataEmit": false, // Workaround for Angular #22210
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/material/tree",
"skipTemplateCodegen": true,
Expand Down

0 comments on commit a25786d

Please sign in to comment.