phaser-game-server
Version:
an express.js server that creates a socket.io connection and loads the phaser-game-server-engine
23 lines • 482 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"sourceMap": true,
"declaration": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"noEmit": false,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES6",
"module": "CommonJS",
"lib": [
"ES5",
"dom",
"scripthost"
],
"allowSyntheticDefaultImports": true,
"strictNullChecks": false,
}
}