Navigation

    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Users
    1. Home
    2. abrman
    • Continue chat with abrman
    • Start new chat with abrman
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    abrman

    @abrman

    0
    Reputation
    1
    Posts
    18
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    abrman Follow

    Posts made by abrman

    • RE: Room Error. (SOLVED)

      Posting to expand on the answer, was stuck on this one for several hours.
      In my project I have a typescript colyseus server and a client which uses typescript, react & webpack.

      I had tsconfig.json in both server/ and client/ directories + a basic one in the project root with just experimentalDecorators and esModuleInterop set to true to get things going.

      I tried setting target to ES2016 in ./tsconfig.json and ./client/tsconfig.json but that did nothing until I added "include": ["node_modules/colyseus.js/**/*" ] into the root config. - That helped me.

      Hope this helps someone down the line.

      posted in Questions & Help
      abrman