Closed
Description
Context
No response
Bug description
@colyseus/command
isn't exporting types correctly in-line with the package.json
exports
Reproduction
No response
Steps to reproduce
- regular colyseus set-up in an ESM workspace
- typescript config of below
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"useDefineForClassFields": false,
"experimentalDecorators": true
}
}
Environment & Versions
Colyseus version: 0.15.52
Node.js version: 20.12.1
@colyseus/command version: 0.3.1
TypeScript version: 5.6.3