We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35a682 commit b61d2c9Copy full SHA for b61d2c9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-colyseus-app",
3
- "version": "0.15.9",
+ "version": "0.15.10",
4
"description": "npm init template for bootstrapping an empty Colyseus project",
5
"main": "lib/index.js",
6
"bin": {
templates/typescript/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "build",
"target": "ESNext",
- "module": "ESNext",
+ "module": "CommonJS",
"moduleResolution": "node",
7
"strict": true,
8
"allowJs": true,
0 commit comments