Could not find a declaration file for module '@syncedstore/core'. '/node_modules/@syncedstore/core/dist/syncedstore.modern.mjs' implicitly has an 'any' type.
There are types at /node_modules/@syncedstore/core/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@syncedstore/core' library may need to update its package.json or typings.ts(7016)
Exports type declarations for compatibility with typescript module resolution strategies
node16
/nodenext
andbundler
.Resolves the problem:
Should resolve #107 , as the recomended TypeScript (5.x) compiler options for bun.sh appears to be
bundler
.