mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-10 14:26:44 +00:00
19 lines
296 B
JSON
19 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"outFile": "./app.js"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"phaser.d.ts",
|
|
"phaser.plugin.isometric.d.ts",
|
|
"MarGame.ts",
|
|
"mar.ts",
|
|
"GameClient.ts",
|
|
"GameObject.ts",
|
|
"World.ts",
|
|
"Console.ts"
|
|
]
|
|
} |