npm install commajs-tasks
import CommaTasks from "commajs-tasks";
options = {
...,
plugins: [
...,
{ pClass: CommaTasks }
]
}
commajsInstance.InsertPluginAtSection(CommaTasks.GetName());