Create TypeScript configuration for game engine package
jNaimXIII opened this issue · comments
The core game engine doesn't have a proper TypeScript package setup. I've just added the code in #10 but, the package doesn't have a configured tsconfig.json
file yet.
I never understood tsconfig.json
so, what I want to do now is have packages/engine
be available by any apps/*
be it a node application or a browser application. The engine
doesn't call any native code and only has classes and methods. So, it should run fine on both runtimes. I just need to find a way to bundle it in a way that both clients can use it.