Skip to content

Commit b61d2c9

Browse files
committed
use CommonJS to allow deployment on Colyseus Cloud
1 parent d35a682 commit b61d2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-colyseus-app",
3-
"version": "0.15.9",
3+
"version": "0.15.10",
44
"description": "npm init template for bootstrapping an empty Colyseus project",
55
"main": "lib/index.js",
66
"bin": {

templates/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"outDir": "build",
44
"target": "ESNext",
5-
"module": "ESNext",
5+
"module": "CommonJS",
66
"moduleResolution": "node",
77
"strict": true,
88
"allowJs": true,

0 commit comments

Comments
 (0)