did a regular npm install to 5.0 from 4.0 and this keeps happening `../node_modules/@nebular/theme/components/accordion/accordion-item.component.d.ts:35:9 - error TS1086: An accessor cannot be declared in an ambient context.
35 set disabled(val: boolean); ~~~~~~~~ ../node_modules/@nebular/theme/components/accordion/accordion.component.d.ts:71:9 - error TS1086: An accessor cannot be declared in an ambient context.
71 get multi(): boolean; ~~~~~ ../node_modules/@nebular/theme/components/accordion/accordion.component.d.ts:72:9 - error TS1086: An accessor cannot be declared in an ambient context.
72 set multi(val: boolean); ~~~~~ ../node_modules/@nebular/theme/components/actions/actions.component.d.ts:39:9 - error TS1086: An accessor cannot be declared in an ambient context.
39 get disabled(): boolean; ~~~~~~~~ ../node_modules/@nebular/theme/components/actions/actions.component.d.ts:40:9 - error TS1086: An accessor cannot be declared in an ambient context.
40 set disabled(value: boolean); ~~~~~~~~ ../node_modules/@nebular/theme/components/actions/actions.component.d.ts:139:9 - error TS1086: An accessor cannot be declared in an ambient context. ` ect...