Closed ansh closed 1 year ago
fixed in 1.0.1
, thanks for reporting!
beast mode!
On Wed, Dec 21 2022 at 09:31, Sachin Raja < @.*** > wrote:
fixed in 1.0.1
— Reply to this email directly, view it on GitHub ( https://github.com/sachinraja/trpc-playground/issues/36#issuecomment-1360826161 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AB6T25IZCHKOYP47QYE6ZQLWOJ6KVANCNFSM6AAAAAATEIGIRI ). You are receiving this because you authored the thread. Message ID: <sachinraja/trpc-playground/issues/36/1360826161 @ github. com>
Not sure what this error message means. Some Googling suggest I change "module" and "target" in
tsconfig.json
but them moment I make themesnext
, all of my other package imports (includingtrpc
) break!NodeJS v16.18.1 TypeScript 4.9.3 "trpc-playground": "^1.0.0", "@trpc/server": "^10.5.0",
And my tsconfig was just created by running
tsc --init