Background:
I know I am late to the party, but for future references: I got mine resolved by:
ng build FormsLibModule
import { FormsLibModule } from 'forms-lib';
Note: VS Code shows this import as an error, but doesn't matter because it compiles fine. Don't try to use auto-import for this import because it is not listed there.