tapscript
tapscript copied to clipboard
import test_vectors from './unit.vectors.json' assert { type: 'json' };
my node version is 22.0, yarn -v = 1.22.22 I use: yarn install, yarn build successfully but when trying to test, I get this error and I could find any solution for this.
I investigated this a bit, and I believe it is a bug with the typescript configuration. The typescript packages are a bit dated. I am working on updating them now, which should resolve this issue.
The typescript configs have since been updated.