Valerii Smirnov

Results 44 issues of Valerii Smirnov

`blueprint build` doesn't work with moduleResolution ```json { "extends": "@tsconfig/node20/tsconfig.json", "compilerOptions": { "resolveJsonModule": true, "module": "Preserve", "moduleResolution": "bundler" } } ``` ``` D:\Projects\my-learn\ton-contract> npx blueprint build 1 01/21/2025 09:24:28 PM...

### Link to the code that reproduces this issue https://github.com/XantreDev/preact-signals/tree/8a4a425030b6b275c15e9fc8405de3f47aa260dc/apps/next-react-test ### To Reproduce 1. build all the packages `pnpm run build` 2. start next js dev server 3. You'lee see...

SWC