Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 9, 2018
1 parent 4176e72 commit 08d7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/text-field/tsconfig-build.json
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"strictMetadataEmit": false, // Workaround for Angular #22210
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/cdk/text-field",
"skipTemplateCodegen": true,
Expand Down

0 comments on commit 08d7ed6

Please sign in to comment.