I have some type errors I'd like to work around with tsconfig settings on calm-go but I can't. It seems tsconfig is not being carried to the one in .hathora.
You should be able to reproduce by building running calm-go hathora-tsconfig branch and running npx hathora dev. You'll get a type error about implicitly 'any' type but I'm setting "noImplicitAny": false in tsconfig (but it doesn't get set in .hathora/tsconfig.json).
I have some type errors I'd like to work around with tsconfig settings on calm-go but I can't. It seems tsconfig is not being carried to the one in
.hathora.You should be able to reproduce by building running calm-go
hathora-tsconfigbranch and runningnpx hathora dev. You'll get a type error aboutimplicitly 'any' typebut I'm setting"noImplicitAny": falsein tsconfig (but it doesn't get set in.hathora/tsconfig.json).