npm install --save @standardkit/core
Add an allowedCommonJsDependencies
entry in your build options.
This might change in the near future, it was changed to commonjs to support NestJS in the short-term.
{
"build": {
"options": {
"allowedCommonJsDependencies": ["@standardkit/core"]
}
}
}
See Changelog.