tsconfig in `.hathora` is different from one in `server`
Opened this issue · 0 comments
kasbah commented
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
).