I tried building and running the test cases with yarn build and yarn test but ran into the issues (screenshot below). i run bash ./externals/run.sh -x build , it builds successfully but if i run check as indicated below, it still says build files missing
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/test/Desktop/identus/sdk-ts/packages/wasm/config/tsup.config.ts
test@pop-os:~/Desktop/identus/sdk-ts$ bash ./externals/run.sh -x check
Checking submodules
Synchronizing submodule url for 'externals/anoncreds'
Synchronizing submodule url for 'externals/didcomm'
AnonCreds: build files missing
DIDComm: build files missing
Build submodules with: npm run externals:build
I tried building and running the test cases with
yarn buildandyarn testbut ran into the issues (screenshot below). i runbash ./externals/run.sh -x build, it builds successfully but if i run check as indicated below, it still says build files missingTypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /home/test/Desktop/identus/sdk-ts/packages/wasm/config/tsup.config.ts