The latest version of node_modules/@progress/kendo-angular-scheduler/navigation/focusable.directive.d.ts file has the following import statement:
import { FocusableContainer } from 'src/types/focusable-container';
However, the path is invalid as there is no "src" folder. I can get it to work if I manually change to ../ instead of src/ but we shouldn't have to be editing NPM package files.
Its breaking the build. Please take this as high priority to resolve