Skip to content

Commit

Permalink
build: add missing typecheck to divider (#9095)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored and josephperrott committed Dec 22, 2017
1 parent 5414480 commit 2e80704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/divider/tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/material/divider",
"skipTemplateCodegen": true
"skipTemplateCodegen": true,
"fullTemplateTypeCheck": true
}
}

0 comments on commit 2e80704

Please sign in to comment.