Skip to content

Commit 2e80704

Browse files
CaerusKarujosephperrott
authored andcommitted
build: add missing typecheck to divider (#9095)
1 parent 5414480 commit 2e80704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/divider/tsconfig-build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"strictMetadataEmit": true,
1010
"flatModuleOutFile": "index.js",
1111
"flatModuleId": "@angular/material/divider",
12-
"skipTemplateCodegen": true
12+
"skipTemplateCodegen": true,
13+
"fullTemplateTypeCheck": true
1314
}
1415
}

0 commit comments

Comments
 (0)