bengo@bengo ~/web3-storage/hoverboard ⚡ npm run build
> hoverboard@1.3.0 build
> tsc --build
node_modules/@web3-storage/content-claims/src/server/service/api.ts:2:96 - error TS7016: Could not find a declaration file for module '../../capability/assert.js'. '/Users/bengo/web3-storage/hoverboard/node_modules/@web3-storage/content-claims/src/capability/assert.js' implicitly has an 'any' type.
2 import { AssertInclusion, AssertLocation, AssertPartition, AssertRelation, AssertEquals } from '../../capability/assert.js'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@web3-storage/content-claims/src/client/api.ts:2:25 - error TS7016: Could not find a declaration file for module '../capability/assert.js'. '/Users/bengo/web3-storage/hoverboard/node_modules/@web3-storage/content-claims/src/capability/assert.js' implicitly has an 'any' type.
2 import * as Assert from '../capability/assert.js'
~~~~~~~~~~~~~~~~~~~~~~~~~
note that these are the api.ts files not .js files. I think this might be fixed by having package.json only point to dist and not src, which I will make PR for