mirror of
https://github.com/photonstorm/phaser
synced 2024-12-02 09:30:06 +00:00
24 lines
No EOL
514 B
JSON
24 lines
No EOL
514 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "system",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "./bin/game.js",
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"dom",
|
|
"scripthost",
|
|
"es5"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/game.ts",
|
|
"../../../types/phaser.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |