Skip to content

Commit 08d7ed6

Browse files
committed
fix tsconfig
1 parent 4176e72 commit 08d7ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/text-field/tsconfig-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
8+
"strictMetadataEmit": false, // Workaround for Angular #22210
99
"flatModuleOutFile": "index.js",
1010
"flatModuleId": "@angular/cdk/text-field",
1111
"skipTemplateCodegen": true,

0 commit comments

Comments
 (0)