Hello,
I have an Angular/TypeScript project where I want to enable TypeScript strict mode, but I get the following error:
Property 'options' is private and only accessible within class 'MapComponent'
in "node_modules/angular2-baidu-map/lib/components/map.component.d.ts"
can we make all input/output public ?