You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
kasbah
changed the title
tsconfig in .hathora is different from one in server
tsconfig in .hathora is different from one in serverJan 5, 2023
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 runningnpx hathora dev
. You'll get a type error aboutimplicitly 'any' type
but I'm setting"noImplicitAny": false
in tsconfig (but it doesn't get set in.hathora/tsconfig.json
).The text was updated successfully, but these errors were encountered: