I have made a repo with a reproduction of the issue and solutions I have tried https://github.com/sampsonbryce/gantt-compile-error-demo. Please checkout the README in the repo for more details.
Describe the bug
The time bookmarks plugin will not compile in a typescript project.
The offending file is gantt-schedule-timeline-calendar/dist/plugins/time-bookmarks.esm.min.d.ts
The error is
node_modules/gantt-schedule-timeline-calendar/dist/plugins/time-bookmarks.esm.min.d.ts:2:10 - error TS2305: Module '"../../../csstype"' has no exported member 'Color'.
2 import { Color } from 'csstype';
~~~~~
Found 1 error.
error Command failed with exit code 2.
gantt-schedule-timeline-calendar version
3.5.5
I have made a repo with a reproduction of the issue and solutions I have tried https://github.com/sampsonbryce/gantt-compile-error-demo. Please checkout the README in the repo for more details.
Describe the bug
The time bookmarks plugin will not compile in a typescript project.
The offending file is
gantt-schedule-timeline-calendar/dist/plugins/time-bookmarks.esm.min.d.tsThe error is
gantt-schedule-timeline-calendar version
3.5.5