UltraRangers / gauntlet

Gauntlet is a Typescript server template to kick-off your development fast 🔥🔥🔥
https://gauntlet-demo.herokuapp.com
MIT License
3 stars 0 forks source link

Client | Investigate | Shared instances #46

Open ghost opened 6 years ago

ghost commented 6 years ago

Investigate also the warning in client side, (experimental decorators warning) maybe this is because of tsconfig.json on root folder, the include properties. Maybe we can fix this by adding experimental decorators in client side but I think it is redundant.

jmaicaaan commented 6 years ago

I can also see it and thought the same thing! If the extending of tsconfig.json is wrong but why in the server environment it doesn't happen?

ghost commented 6 years ago

Maybe because of we included only the server and common folder in the tsconfig root?

jmaicaaan commented 6 years ago

Hmm, but the the client doesn't need to be included since it got different transpiling due to webpack