sets the minimum step (in minutes) for the task's time values
gantt.config.time_step = 15;
...
gantt.init("gantt_here");
If you want a task to be dragged with the step set via the time_step property, you need to set the round_dnd_dates config to false.
gantt.config.round_dnd_dates = false;
Related sample: Gantt. Drag'n'drop of tasks with the minimum step