jNaimXIII / Shiritori

Shiritori (しりとり) is a Japanese word game in which the players are required to say a word which begins with the final kana of the previous word, but this one is in English.

Home Page:https://shiritori.fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.