Kirill Tolkachev
Kirill Tolkachev
> So I responded in https://github.com/lavcraft/rollup-typescript-project-references-example-problems/pull/1#issuecomment-1630010944, but this was working fine for me. It works only if shared project builded. In this way, i need to run independent process for...
Try to a new way: I can adopt to new types structure with next package.json types: ```json "typesVersions": { "*": { "*": [ "build/sdk/src/*", "build/shared/src/*", "build/sdk/src/*/index.d.ts", "build/shared/src/*/index.d.ts" ] } }...