Getting errors while setting up project in my local.
Hi, I am getting below error while setting up the project.
× nx run @novu/ee-dal:build
→ Executing 3/30 remaining tasks in parallel...
node:internal/process/esm_loader:34
internalBinding('errors').triggerUncaughtException(
^
ELIFECYCLE Command failed with exit code 2.
× nx run @novu/ee-dal:build
@novu/ee-dal@0.24.2 prebuild D:\open_source\novu\enterprise\packages\libs\dal
rimraf disting target build for 39 projects
→ Executing 3/30 remaining tasks in parallel...
@novu/ee-dal@0.24.2 build D:\open_source\novu\enterprise\packages\libs\dal⠦ nx run @novu/providers:build
node ./check-ee.mjs/ee-dal:build
node:internal/process/esm_loader:34
internalBinding('errors').triggerUncaughtException(
^
@novu/ee-dal@0.24.2 build:esm D:\open_source\novu\enterprise\packages\libs\dalerror TS18003: No inputs were found in config file 'D:/open_source/novu/enterprise/packages/libs/dal/tsconfig.build.json'. Specified 'include' paths were '["src/*/"]' and 'exclude' paths were '["./dist"]'.
cross-env node_modules/.bin/tsc -p tsconfig.build.json
ELIFECYCLE Command failed with exit code 2.